mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #313] Bump Doctrine ORM to last 2.x version #316
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/313
Author: @dereckson
Created: 6/20/2024
Status: 🔄 Open
Base:
master← Head:php83-upgrade-doctrine📝 Commits (1)
3812fcbBump Doctrine ORM to last 2.x version📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
composer.json(+2 -1)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.