mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Removed conflicts in the composer related to unsupported versions of Symfony
This commit is contained in:
parent
db5391ad7c
commit
b8e3bc6826
2 changed files with 7 additions and 31 deletions
31
CONFLICTS.md
31
CONFLICTS.md
|
|
@ -30,38 +30,17 @@ references related issues.
|
|||
`Invalid definition for service ".container.private.profiler": argument 4 of "JMS\SerializerBundle\Debug\DataCollector::__construct()" accepts "JMS\SerializerBundle\Debug\TraceableDriver", "JMS\SerializerBundle\Debug\TraceableMetadataFactory" passed.`
|
||||
|
||||
References: https://github.com/schmittjoh/JMSSerializerBundle/issues/902
|
||||
|
||||
- `symfony/serializer:4.4.19|5.2.2`:
|
||||
|
||||
These versions of Symfony Serializer introduces a bug with trying to access some private properties that don't have getters.
|
||||
|
||||
- `symfony/dependency-injection:5.4.5`:
|
||||
|
||||
References: https://github.com/symfony/symfony/pull/40004
|
||||
|
||||
- `symfony/doctrine-bridge:4.4.16`:
|
||||
|
||||
This version of Doctrine Bridge introduces a bug that causes an issue related to `ChannelPricing` mapping.
|
||||
|
||||
References: https://github.com/Sylius/Sylius/issues/11970, https://github.com/symfony/symfony/issues/38861
|
||||
|
||||
- `symfony/property-info:4.4.22|5.2.7`:
|
||||
|
||||
These versions of Symfony PropertyInfo Component introduce a bug with resolving wrong namespace for some translation entities
|
||||
in Swagger UI docs for API.
|
||||
|
||||
The potential solution would be to explicitly define these translation entities as API resources with proper serialization.
|
||||
|
||||
Probably introduced in: https://github.com/symfony/symfony/pull/40811
|
||||
|
||||
- `symfony/dependency-injection:4.4.38|5.4.5`:
|
||||
|
||||
These versions are causing a problem with mink session:
|
||||
This version is 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`.
|
||||
|
||||
- `symfony/framework-bundle:^4.4.38|^5.4.5`:
|
||||
- `symfony/framework-bundle:^5.4.5`:
|
||||
|
||||
These versions are causing a problem with returning null as token from `Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage`
|
||||
This version is causing a problem with returning null as token from `Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage`
|
||||
which leads to wrong solving path prefix by `Sylius\Bundle\ApiBundle\Provider\PathPrefixProvider` in API scenarios
|
||||
|
||||
- `api-platform/core:2.7.0`:
|
||||
|
|
|
|||
|
|
@ -181,11 +181,8 @@
|
|||
"api-platform/core": "2.7.0 || 2.7.2",
|
||||
"doctrine/doctrine-bundle": "2.3.0",
|
||||
"jms/serializer-bundle": "4.1.0",
|
||||
"symfony/doctrine-bridge": "4.4.16",
|
||||
"symfony/framework-bundle": "^4.4.38 || ^5.4.5",
|
||||
"symfony/dependency-injection": "^4.4.38 || ^5.4.5",
|
||||
"symfony/property-info": "4.4.22 || 5.2.7",
|
||||
"symfony/serializer": "4.4.19 || 5.2.2",
|
||||
"symfony/framework-bundle": "^5.4.5",
|
||||
"symfony/dependency-injection": "^5.4.5",
|
||||
"liip/imagine-bundle": "2.7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue