mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix Review bundle
This commit is contained in:
parent
598c12b9c0
commit
03d26923a2
1 changed files with 3 additions and 4 deletions
|
|
@ -40,10 +40,10 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/mailer-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/mailer-bundle": "^1.4 || dev-symfony-6",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/review": "^1.6",
|
||||
"sylius/user-bundle": "^1.6",
|
||||
"sylius/user-bundle": "^1.6 || dev-master",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -57,7 +57,6 @@
|
|||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/swiftmailer-bundle": "^3.1",
|
||||
"symfony/validator": "^5.4 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue