Skip to content

Commit ca818a8

Browse files
deps: allow doctrine/orm ^3.0
1 parent 80dd908 commit ca818a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"doctrine/annotations": "^1.3 || ^2.0",
2626
"doctrine/doctrine-bundle": "^2.11 || ^3.1.0",
27-
"doctrine/orm": "^2.7",
27+
"doctrine/orm": "^2.7 || ^3.0",
2828
"monolog/monolog": "^1.25.1 || ^2.0 || ^3.0",
2929
"symfony/css-selector": "^5.4 || ^6.4 || ^7.0 || ^8.0",
3030
"symfony/doctrine-bridge": "^5.4 || ^6.4 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)