Skip to content

Commit 100a022

Browse files
committed
fix PHPUnit (PHP 8.3) (Symfony lowest)
1 parent 3d7a036 commit 100a022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"conflict": {
3636
"doctrine/common": "<3.2.2",
3737
"doctrine/dbal": "<2.10",
38-
"doctrine/orm": "<2.14.0",
38+
"doctrine/orm": "<2.14.0 || 3.0.0",
3939
"doctrine/mongodb-odm": "<2.4",
4040
"doctrine/persistence": "<1.3",
4141
"symfony/framework-bundle": "6.4.6 || 7.0.6",

src/Doctrine/Orm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"api-platform/doctrine-common": "^4.2.9",
2828
"api-platform/metadata": "^4.2",
2929
"api-platform/state": "^4.2.4",
30-
"doctrine/orm": "^2.17 || ^3.0"
30+
"doctrine/orm": "^2.17 || ^3.0.1"
3131
},
3232
"require-dev": {
3333
"doctrine/doctrine-bundle": "^2.11 || ^3.1",

0 commit comments

Comments
 (0)