-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency psr/container to v2 #151
Conversation
4ede661
to
00b9dfb
Compare
ae9e7b5
to
23718e9
Compare
d575a15
to
93014f7
Compare
829f8d5
to
736c095
Compare
033a427
to
9621fd0
Compare
9621fd0
to
df656d2
Compare
e7c1b16
to
a1968ff
Compare
1a287b6
to
7508802
Compare
adcc590
to
14866ce
Compare
14866ce
to
5f33b9c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
…fphp/proxy-manager-lts` Signed-off-by: Filippo Tessarotto <[email protected]>
Signed-off-by: Filippo Tessarotto <[email protected]>
Drop PHP 8.0 support, replace `ocramius/proxy-manager` with `friendsofphp/proxy-manager-lts`
Signed-off-by: Filippo Tessarotto <[email protected]>
Update to PHPUnit 10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | psr/container | 1.1.2 | 2.0.2 | Signed-off-by: Renovate Bot <[email protected]>
5f33b9c
to
df530af
Compare
Closing in favor of #188 |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^1.0
->^1.0 || ^2.0
Release Notes
php-fig/container
v2.0.2
Compare Source
Added
Throwable
byPsr\Container\ContainerExceptionInterface
; to avoid issues, PHP >= 7.4 is now requiredv2.0.1
Compare Source
Removed
Throwable
byPsr\Container\ContainerInterface
, as it leads to inheritance issues when child classes implement theThrowable
interface in addition toContainerInterface
under PHP versions prior to 7.4.v2.0.0
Compare Source
Changed
bool
return typehint toPsr\Container\ContainerInterface::has()
, in accordance with the PSR-11 type additions errata.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.