mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Composer] Remove conflict to doctrine/orm
This commit is contained in:
parent
d8eda17e0b
commit
87de9289f0
12 changed files with 0 additions and 16 deletions
|
|
@ -8,11 +8,6 @@ references related issues.
|
|||
After bumping to this version ApiBundle starts failing due to requesting a non-existing `api_platform.openapi.factory.legacy` service.
|
||||
As we are not using this service across the ApiBundle we added this conflict to unlock the builds, until we investigate the problem.
|
||||
|
||||
- `doctrine/orm:>= 2.16.0`
|
||||
|
||||
This version makes Sylius Fixtures loading fail on the product review fixtures.
|
||||
References: https://github.com/doctrine/orm/issues/10869
|
||||
|
||||
- `symfony/validator:5.4.25`
|
||||
|
||||
This version introduced a bug, causing validation constraints to not work.
|
||||
|
|
|
|||
|
|
@ -188,7 +188,6 @@
|
|||
},
|
||||
"conflict": {
|
||||
"api-platform/core": "2.7.17",
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"symfony/validator": "5.4.25",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"symfony/intl": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
"symfony/form": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "3.9.0"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "^1.0 || 3.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "^1.0 || 3.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "^1.0 || 3.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"twig/twig": "^1.0 || 3.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue