mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Merge branch '1.12' into 1.13
* 1.12: Precise symfony/framework-bundle and dependency-injection conflict versions
This commit is contained in:
commit
4911890689
2 changed files with 4 additions and 4 deletions
|
|
@ -16,14 +16,14 @@ references related issues.
|
|||
|
||||
References: https://github.com/schmittjoh/JMSSerializerBundle/issues/902
|
||||
|
||||
- `symfony/dependency-injection:^5.4.5`:
|
||||
- `symfony/dependency-injection:5.4.5`:
|
||||
|
||||
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:^5.4.5`:
|
||||
- `symfony/framework-bundle:5.4.5`:
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -181,8 +181,8 @@
|
|||
"api-platform/core": "2.7.0",
|
||||
"doctrine/doctrine-bundle": "2.3.0",
|
||||
"jms/serializer-bundle": "4.1.0",
|
||||
"symfony/framework-bundle": "^5.4.5",
|
||||
"symfony/dependency-injection": "^5.4.5",
|
||||
"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