Skip to content

Commit

Permalink
Restrict compatibility constraints with psr/log and doctrine/data-fix…
Browse files Browse the repository at this point in the history
…tures (#866)
  • Loading branch information
GromNaN authored Dec 6, 2024
1 parent 6d2b810 commit acdb901
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 @@ -29,7 +29,7 @@
"composer-runtime-api": "^2.0",
"doctrine/mongodb-odm": "^2.6",
"doctrine/persistence": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^2.0 || ^3.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
Expand All @@ -53,7 +53,7 @@
"vimeo/psalm": "^5.25"
},
"conflict": {
"doctrine/data-fixtures": "<1.8"
"doctrine/data-fixtures": "<1.8 || >=3"
},
"suggest": {
"doctrine/data-fixtures": "Load data fixtures"
Expand Down

0 comments on commit acdb901

Please sign in to comment.