[Maintenance] Add conflict to symfony/dependency-injection

This commit is contained in:
Grzegorz Sadowski 2022-03-04 15:26:48 +01:00
parent 9f19f02653
commit db1cac8b97
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 12 additions and 4 deletions

View file

@ -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`

View file

@ -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",