Skip to content

Commit 2471591

Browse files
authored
Composer: Require doctrine/orm ^2.9 only (#22)
1 parent d94d6b3 commit 2471591

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"php": "^8.0",
1313
"ext-mbstring": "*",
1414
"baraja-core/lock": "^v1.0",
15-
"doctrine/orm": "^2.7",
16-
"doctrine/dbal": "^3.1",
15+
"doctrine/orm": "^2.9",
1716
"psr/log": "^2.0 || ^3.0",
1817
"ramsey/uuid": "^4.1",
1918
"ramsey/uuid-doctrine": "^1.7",

0 commit comments

Comments
 (0)