Skip to content

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