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

Upgraded to doctrine/doctrine-module ^6.2.0 #764

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

driehle
Copy link
Member

@driehle driehle commented Dec 30, 2024

This PR upgrades doctrine/doctrine-module to 6.2.x, disallowing the 5.x series. This update brings a couple of changes, see the release notes of DoctrineModule 6.2.0:

Release Notes for 6.2.0

Feature release (minor)

Changed

  • doctrine/annotations ^2 is now required (1.x is not supported anymore)
  • doctrine/cache ^2 is now required (1.x is not supported anymore) - Note: This change implies that laminas-cache is now used for caching, as doctrine/cache v2 does not contain implementations anymore. Using laminas-cache, however, is the default config since the 6.0.0 release. If you are using other adapters than array and filesystem, you might need to require additional laminas packages!
  • doctrine/collections ^2 is now required (1.x is not supported anymore)
  • doctrine/event-manager ^2 is now required (1.x is not supported anymore)
  • doctrine/persistence ^3 is now required (2.x is not supported anymore)
  • symfony/console ^7 is now alled besides 6.x (5.x is not supported anymore)

Dropped

  • Support for PHP 8.0 has been dropped

Users coming from DoctrineModule 5.x should additionally carefully read the release notes of 6.0.0!

@driehle driehle added the Enhacement New feature or request label Dec 30, 2024
@driehle driehle added this to the 6.2.0 milestone Dec 30, 2024
@driehle driehle self-assigned this Dec 30, 2024
@driehle driehle force-pushed the update-doctrine-module branch 2 times, most recently from 9e2f838 to b7e1c5a Compare December 30, 2024 14:12
@driehle driehle force-pushed the update-doctrine-module branch from b7e1c5a to d7b4a6c Compare December 30, 2024 14:13
@driehle driehle marked this pull request as ready for review December 30, 2024 14:15
@driehle driehle merged commit 232a92a into doctrine:6.2.x Dec 30, 2024
12 checks passed
@driehle driehle deleted the update-doctrine-module branch December 30, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhacement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant