Skip to content

Commit

Permalink
OP-364 - composer.json "doctrine/persistence" conflict has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 12, 2024
1 parent 36a6de1 commit 9616f00
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 @@ -5,8 +5,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"doctrine/persistence": "^3.0"
"sylius/sylius": "~1.12.0 || ~1.13.0"
},
"require-dev": {
"behat/behat": "^3.7",
Expand Down Expand Up @@ -40,6 +39,7 @@
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
},
"conflict": {
"doctrine/persistence": ">3.0"
},
"prefer-stable": true,
"config": {
Expand Down

0 comments on commit 9616f00

Please sign in to comment.