-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 #89
base: 3.15.x
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
f4de125
to
4ba259d
Compare
4ba259d
to
6e42291
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>
6e42291
to
6bcff16
Compare
|
This PR contains the following updates:
^1.1.1
->^1.1.1 || ^2.0.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.