diff --git a/CONFLICTS.md b/CONFLICTS.md index 919c6e9b2a..250513b25e 100644 --- a/CONFLICTS.md +++ b/CONFLICTS.md @@ -71,3 +71,7 @@ references related issues. `Sylius\Bundle\ApiBundle\Swagger\AcceptLanguageHeaderDocumentationNormalizer` references this class throws an exception `Class "ApiPlatform\Core\Metadata\Resource\ResourceNameCollection" not found` + + - `api-platform/core:2.7.2`: + + Due to the changes in the skolem IRI generation (see [this PR](https://github.com/api-platform/core/pull/5046)) diff --git a/composer.json b/composer.json index dcf5d87354..d52140e79e 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,7 @@ "sylius/user-bundle": "self.version" }, "conflict": { - "api-platform/core": "2.7.0", + "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",