Skip to content
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

Bump php-di/php-di from 6.4.0 to 7.0.2 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps php-di/php-di from 6.4.0 to 7.0.2.

Release notes

Sourced from php-di/php-di's releases.

7.0.2

What's Changed

Full Changelog: PHP-DI/PHP-DI@7.0.1...7.0.2

7.0.1

What's Changed

New Contributors

Full Changelog: PHP-DI/PHP-DI@7.0.0...7.0.1

7.0.0

Blog post 👉 https://php-di.org/news/23-php-di-7-0-released.html

PHP-DI 7 is a maturation of v6 to support modern PHP versions and their new features:

  • PHP 8.0 and greater is supported
  • @Inject phpdoc annotations have been replaced by the native PHP attribute #[Inject]
  • PSR-11 2.0 compatibility
  • The codebase and the API exposed are now much more typed (thanks to the new PHP features)

If you are migrating from a 6.x version, check out the detailed migration guide.

The documentation shown on php-di.org is now for the 7.0 version, the 6.x documentation can be found here.

7.0.0-rc1

Release candidate for PHP-DI 7.0 planned for next week.

  • support PHP 8.0 and up
  • #738 support PHP 8 attributes for injections: welcome #[Inject] to replace @Inject!
  • drop support for @Inject used with phpdoc annotations -> only native PHP types are supported now That makes PHP-DI simpler, faster and lighter (no need for the PhpDocReader package)
  • typed everything that can be typed
  • PSR-11 1.2 & 2.0 support

Full migration guide is available here: https://github.com/PHP-DI/PHP-DI/blob/8948ffbc43f3e19c66d908593b6a94b2fc1fe6f6/doc/migration/7.0.md#L17-L16

7.0.0-beta3

Beta release of future PHP-DI 7.0.

Not ready for production, please test it out.

  • support PHP 8.0 and up
  • #738 support PHP 8 attributes for injections: welcome #[Inject] to replace @Inject!

... (truncated)

Commits
  • 5d1a866 Merge pull request #849 from hemberger/issue-844
  • 77cdfef ContainerBuilder: fallback typehints for PhpStorm
  • 1c7f1cc Merge pull request #842 from hemberger/builder-template
  • 907426a Merge pull request #843 from hemberger/container-interface
  • c038619 CompiledContainer: match Container interface
  • aa95b8e ContainerBuilder: template on container class
  • f0ca9a0 Update website menu
  • 08c6795 Update README
  • 0f08e31 Merge pull request #726 from PHP-DI/v7
  • 6d9eab0 Merge pull request #841 from ldebrouwer/ldebrouwer/correct-type-hints
  • 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 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)

Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 6.4.0 to 7.0.2.
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](PHP-DI/PHP-DI@6.4.0...7.0.2)

---
updated-dependencies:
- dependency-name: php-di/php-di
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants