Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps league/container from 3.3.5 to 4.1.2.

Release notes

Sourced from league/container's releases.

4.1.2

Fixed

  • Fix bug that was causing an error on inflection due to introduced type hint.

4.1.1

Changed

  • Move files autoload directive to dev (@​ADmad)

4.1.0

Added

4.0.0

Added

  • New definition interface that extends psr/container
  • Literal and resolvable argument wrappers for better explicitness in definitions

Changed

  • PHP requirement now >=7.2
  • Updated psr/container to ^2.0.0
  • Container::shared convenience method is now explicit Container::addShared method
  • Removed third argument $shared from Container::add, use Container::addShared
  • ServiceProviderInterface now defines return types
  • Service providers now require implementation of a provides method rather than relying on a class property.

3.4.1

Added

3.4.0

Removed

  • Support for psr/container ^2.0.0 as the interface cannot be reconciled between versions
Changelog

Sourced from league/container's changelog.

4.1.2

Fixed

  • Fix bug that was causing an error on inflection due to introduced type hint.

4.1.1

Changed

  • Move files autoload directive to dev (@​ADmad)

4.1.0

Added

4.0.0

Added

  • New definition interface that extends psr/container
  • Literal and resolvable argument wrappers for better explicitness in definitions

Changed

  • PHP requirement now >=7.2
  • Updated psr/container to ^2.0.0
  • Container::shared convenience method is now explicit Container::addShared method
  • Removed third argument $shared from Container::add, use Container::addShared
  • ServiceProviderInterface now defines return types
  • Service providers now require implementation of a provides method rather than relying on a class property.

3.4.1

Added

3.4.0

Removed

  • Support for psr/container ^2.0.0 as the interface cannot be reconciled between versions
Commits
  • 82a5758 Update changelog for release
  • 4899973 Fix to ensure inflection is not applied to non object types
  • 22c11b2 Merge remote-tracking branch 'origin/4.x' into 4.x
  • 2c3abde Failing test to ensure inflection is not attempted non object types
  • 81388db Merge pull request #230 from ADmad/patch-1
  • d6affe8 Update test.yml
  • 642288e 4.1.1 release prep
  • 3aa58c2 Merge pull request #229 from ADmad/patch-1
  • 97a0c39 Fix test file loading.
  • 0efb82b Add way to handle protected constructors on reflection safely
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [league/container](https://github.com/thephpleague/container) from 3.3.5 to 4.1.2.
- [Release notes](https://github.com/thephpleague/container/releases)
- [Changelog](https://github.com/thephpleague/container/blob/4.x/CHANGELOG.md)
- [Commits](thephpleague/container@3.3.5...4.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant