laminas / laminas-di

Automated dependency injection for PSR-11 containers
https://docs.laminas.dev/laminas-di/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

Update dependency psr/container to v2 #72

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
psr/container require major ^1.1.1 -> ^1.1.1 \|\| ^2.0.0

Release Notes

php-fig/container ### [`v2.0.2`](https://togithub.com/php-fig/container/releases/tag/2.0.2) [Compare Source](https://togithub.com/php-fig/container/compare/2.0.1...2.0.2) ##### Added - This release reverts the removal of the previous patch, re-adding the extension of `Throwable` by `Psr\Container\ContainerExceptionInterface`; to avoid issues, PHP >= 7.4 is now required ### [`v2.0.1`](https://togithub.com/php-fig/container/releases/tag/2.0.1) [Compare Source](https://togithub.com/php-fig/container/compare/2.0.0...2.0.1) ##### Removed - This release removes the extension of `Throwable` by `Psr\Container\ContainerInterface`, as it leads to inheritance issues when child classes implement the `Throwable` interface in addition to `ContainerInterface` under PHP versions prior to 7.4. ### [`v2.0.0`](https://togithub.com/php-fig/container/releases/tag/2.0.0) [Compare Source](https://togithub.com/php-fig/container/compare/1.1.2...2.0.0) ##### Changed - This release adds the `bool` return typehint to `Psr\Container\ContainerInterface::has()`, in accordance with the [PSR-11 type additions errata](https://togithub.com/php-fig/fig-standards/pull/1215).

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.