laminas-servicemanager
laminas-servicemanager copied to clipboard
Update dependency psr/container to v2
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
psr/container | require | major | ^1.0 -> ^1.0 || ^2.0 |
Release Notes
php-fig/container
v2.0.2
Added
- This release reverts the removal of the previous patch, re-adding the extension of
Throwable
byPsr\Container\ContainerExceptionInterface
; to avoid issues, PHP >= 7.4 is now required
v2.0.1
Removed
- This release removes the extension of
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
Changed
- This release adds the
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
Read more information about the use of Renovate Bot within Laminas.