Skip to content

Commit

Permalink
Update dependency doctrine/orm to ^2.18 || ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 25, 2024
1 parent 534ae96 commit 5f4daeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.18 || ^3.0",
"ergebnis/composer-normalize": "^2.0.1",
"knplabs/knp-menu": "^3.2",
"knplabs/knp-menu-bundle": "^3.2",
Expand All @@ -79,7 +79,7 @@
},
"conflict": {
"doctrine/doctrine-bundle": "<2.5",
"doctrine/orm": "<2.7",
"doctrine/orm": "<2.18",
"symfony/doctrine-bridge": "<5.4"
},
"autoload": {
Expand Down

0 comments on commit 5f4daeb

Please sign in to comment.