Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Doctrine ORM version in composer.json
Browse files Browse the repository at this point in the history
Revised the Doctrine ORM dependency to ^2.16.2|^3.0, removing the doctrine/doctrine-bundle entry from require-dev. This ensures compatibility with the latest updates while maintaining support for both major ORM versions.
Spomky committed Jan 4, 2025
1 parent b19ca44 commit 98366f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -97,8 +97,7 @@
"require-dev": {
"doctrine/dbal": "^3.8|^4.0",
"doctrine/collections": "2.2.2",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/orm": "^2.14|^3.0",
"doctrine/orm": "^2.16.2|^3.0",
"doctrine/persistence": "^3.1",
"ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.27 || ^0.29",

0 comments on commit 98366f0

Please sign in to comment.