Skip to content

Commit c416104

Browse files
committed
Fix wrong orm version requirement
1 parent 973f551 commit c416104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.3",
1515
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
16-
"doctrine/orm": "<2.7",
16+
"doctrine/orm": "^2.7",
1717
"nucleos/user-bundle": "^1.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)