Skip to content

Commit c233df2

Browse files
authored
Merge pull request #1 from gbere/1.x
update deps: allow `doctrine/doctrine-bundle` v3 compatibility
2 parents eb4bef6 + f41d703 commit c233df2

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
@@ -23,7 +23,7 @@
2323
"php": ">=8.2",
2424
"symfony/framework-bundle": "^6.4|^7.0",
2525
"symfony/translation": "^6.4|^7.0",
26-
"doctrine/doctrine-bundle": "^2.18",
26+
"doctrine/doctrine-bundle": "^2.18|^3.0",
2727
"doctrine/orm": "^3.5"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)