-
-
Notifications
You must be signed in to change notification settings - Fork 12
Update dependency psr/container to v2 #23
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
base: 2.19.x
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is still installing psr/container:^1
:
psr/container 1.1.2 Common Container...
We'll need laminas/laminas-servicemanager#151 to allow install here |
85d7d04
to
a46d6d7
Compare
4d76bd2
to
d9482f6
Compare
4d62f25
to
9905724
Compare
6e33eae
to
06dc0e4
Compare
730f6e6
to
0e96ec4
Compare
0e96ec4
to
11f5da0
Compare
469dfd1
to
f3c44d2
Compare
ef6827e
to
ded3d83
Compare
ded3d83
to
f93909b
Compare
3baa2ba
to
3c161c8
Compare
1cef40e
to
f4e1ec6
Compare
138c3c4
to
315811f
Compare
315811f
to
21c89c9
Compare
f68532c
to
50702c6
Compare
50702c6
to
19ff9bb
Compare
7f1c2ec
to
2899421
Compare
0379e7e
to
5ebbaea
Compare
3942ac5
to
21ceb22
Compare
bf7854e
to
b8dafcb
Compare
01d36f9
to
da094ac
Compare
da094ac
to
4792d08
Compare
4792d08
to
f17572b
Compare
|
| datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | psr/container | 1.1.2 | 2.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f17572b
to
45684b5
Compare
This PR contains the following updates:
^1.0
->^1.0 || ^2.0
Release Notes
php-fig/container (psr/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.