Skip to content

Commit

Permalink
doctrine/deprecations is a mandatory dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Apr 3, 2023
1 parent e360c8b commit 1f6d67a
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 @@ -15,7 +15,8 @@
],
"require": {
"php": "^7.2 || ^8.0",
"doctrine/persistence": "^1.3.3|^2.0|^3.0"
"doctrine/deprecations": "^0.5.3 || ^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0"
},
"conflict": {
"doctrine/dbal": "<2.13",
Expand All @@ -26,7 +27,6 @@
"ext-sqlite3": "*",
"doctrine/coding-standard": "^11.0",
"doctrine/dbal": "^2.13 || ^3.0",
"doctrine/deprecations": "^1.0",
"doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
"doctrine/orm": "^2.12",
"phpstan/phpstan": "^1.5",
Expand Down

0 comments on commit 1f6d67a

Please sign in to comment.