Merge branch '1.12' into 1.13

* 1.12:
  Precise symfony/framework-bundle and dependency-injection conflict versions
This commit is contained in:
Grzegorz Sadowski 2022-11-21 07:27:25 +01:00
commit 4911890689
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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": {