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 Doctrine ORM to last 2.x version #313

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

Conversation

dereckson
Copy link
Contributor

Doctrine ORM 2.8 isn't compatible with PHP 8.3. The project offers warranties against breaking compatibility in the 2.x series, so it's a straightforward version bump without any need for code change.

Doctrine Cache library is used with concrete adapters like ArrayCache or MemcacheCache. They're only included in the 1.x branch and removed from 2.x. While Doctrine ORM is happy with both versions, it will get the most recent Doctrine Cache by default.

Doctrine ORM 2.8 isn't compatible with PHP 8.3. The project offers
warranties against breaking compatibility in the 2.x series, so it's
a straightforward version bump without any need for code change.

Doctrine Cache library is used with concrete adapters like ArrayCache
or MemcacheCache. They're only included in the 1.x branch and removed
from 2.x. While Doctrine ORM is happy with both versions, it will get
the most recent Doctrine Cache by default.
@dereckson dereckson mentioned this pull request Jun 25, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant