Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps php-di/php-di from 6.3.4 to 7.0.1.

Release notes

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

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!
  • 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

7.0.0-beta2

Beta release of future PHP-DI 7.0.

... (truncated)

Commits
  • 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
  • 7a17403 Update src/Definition/Helper/CreateDefinitionHelper.php
  • 6011611 Update src/Definition/Helper/CreateDefinitionHelper.php
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/php-di/php-di-7.0.1 branch from d70fd3d to 3e46ccd Compare January 31, 2023 16:33
Bumps [php-di/php-di](https://github.com/PHP-DI/PHP-DI) from 6.3.4 to 7.0.1.
- [Release notes](https://github.com/PHP-DI/PHP-DI/releases)
- [Commits](PHP-DI/PHP-DI@6.3.4...7.0.1)

---
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 force-pushed the dependabot/composer/php-di/php-di-7.0.1 branch from 3e46ccd to b041b56 Compare February 1, 2023 01:04
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2023

Superseded by #9.

@dependabot dependabot bot closed this Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/composer/php-di/php-di-7.0.1 branch March 1, 2023 14:01
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