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 ec5fcf6 commit 4f3d50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -62,15 +62,15 @@
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.7",
"doctrine/orm": "^2.18 || ^3.0",
"ergebnis/composer-normalize": "^2.0.1",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/doctrine-bridge": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<2.5",
"doctrine/orm": "<2.7",
"doctrine/orm": "<2.18",
"symfony/doctrine-bridge": "<6.4"
},
"autoload": {
Expand Down

0 comments on commit 4f3d50b

Please sign in to comment.