mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Add conflict to symfony/dependency-injection
This commit is contained in:
parent
9f19f02653
commit
db1cac8b97
2 changed files with 12 additions and 4 deletions
15
CONFLICTS.md
15
CONFLICTS.md
|
|
@ -63,13 +63,20 @@ references related issues.
|
|||
|
||||
Probably introduced in: https://github.com/symfony/symfony/pull/40811
|
||||
|
||||
- `doctrine/orm:2.10.0`:
|
||||
- `symfony/dependency-injection:4.4.38|5.4.5`:
|
||||
|
||||
This version causes a problem with the creation of nested taxons by throwing the exception:
|
||||
These versions are causing a problem with mink session:
|
||||
`InvalidArgumentException: Specify session name to get in vendor/friends-of-behat/mink/src/Mink.php:198`,
|
||||
Psalm error:
|
||||
`UndefinedDocblockClass: Docblock-defined class, interface or enum named UnitEnum does not exist`.
|
||||
|
||||
- `doctrine/orm:2.10.0`:
|
||||
|
||||
This version causes a problem with the creation of nested taxons by throwing the exception:
|
||||
|
||||
`Gedmo\Exception\UnexpectedValueException: Root cannot be changed manually, change parent instead in vendor/gedmo/doctrine-extensions/src/Tree/Strategy/ORM/Nested.php:145`
|
||||
`Gedmo\Exception\UnexpectedValueException: Root cannot be changed manually, change parent instead in vendor/gedmo/doctrine-extensions/src/Tree/Strategy/ORM/Nested.php:145`
|
||||
|
||||
References: https://github.com/doctrine-extensions/DoctrineExtensions/issues/2155
|
||||
References: https://github.com/doctrine-extensions/DoctrineExtensions/issues/2155
|
||||
|
||||
In this section we keep track of the reasons, why some restrictions were added to the `requires` section of `composer.json`
|
||||
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@
|
|||
"doctrine/doctrine-bundle": "2.3.0",
|
||||
"doctrine/orm": "^2.10.0",
|
||||
"jms/serializer-bundle": "3.9.0",
|
||||
"symfony/dependency-injection": "4.4.38 || 5.4.5",
|
||||
"symfony/doctrine-bridge": "4.4.16",
|
||||
"symfony/polyfill-mbstring": "^1.22.0",
|
||||
"symfony/property-info": "4.4.22 || 5.2.7",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue