core
core copied to clipboard
chore(deps): bump league/container from 4.2.4 to 5.1.0
Bumps league/container from 4.2.4 to 5.1.0.
Release notes
Sourced from league/container's releases.
5.1.0
Added
- Attribute based resolution for dependencies using
#[Inject]and#[Resolve]attributes.- Support for PHPUnit 12 (
@ADmad)- Explicit non-support for auto-wiring union types.
Changed
- Small internal changes for stricter static analysis and type safety. (
@ADmad)5.0.1
Fixed
- Fixed a small unreachable code bug
5.0.0
Added
- Ability to overwrite a definition within the container, disabled by default
Changed
- PHP requirement now
>=8.1- General language modernisation
- General prep for future updates and container compilation
Changelog
Sourced from league/container's changelog.
5.1.0
Added
- Attribute based resolution for dependencies using
#[Inject]and#[Resolve]attributes.- Support for PHPUnit 12 (
@ADmad)- Explicit non-support for auto-wiring union types.
Changed
- Small internal changes for stricter static analysis and type safety. (
@ADmad)5.0.1
Fixed
- Fixed a small unreachable code bug
5.0.0
Added
- Ability to overwrite a definition within the container, disabled by default
Changed
- PHP requirement now
>=8.1- General language modernisation
- General prep for future updates and container compilation
Commits
041c52dUpdate unstable docsa1d26beAdd new docs99b0835Add a stricter check for type checkingd408984Don't support union types for auto wiring and 5.1.0 prep2fb9d00Merge pull request #273 from ADmad/phpunit-127f654daAdd support for phpunit 12668e625Removed unnecessary conditional9094b92Add ability to define dependencies using php attributes816376dAdditional tests for recursive resolution26fc408Merge pull request #272 from ADmad/phpstan- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.