From 92f8ea3f2d842d760d3bb00d0ba8e69b41e1eb6b Mon Sep 17 00:00:00 2001 From: Jakub Tobiasz Date: Thu, 17 Nov 2022 12:54:09 +0100 Subject: [PATCH] Precise symfony/framework-bundle and dependency-injection conflict versions --- CONFLICTS.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONFLICTS.md b/CONFLICTS.md index a55d4d9b3c..5fee411721 100644 --- a/CONFLICTS.md +++ b/CONFLICTS.md @@ -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 diff --git a/composer.json b/composer.json index eb9692efa7..c9908a6421 100644 --- a/composer.json +++ b/composer.json @@ -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": {