[Hot-fix] Conflict with newest AP that changes a Customer->User response

This commit is contained in:
Mateusz Zalewski 2022-10-07 14:18:21 +02:00
parent 56dd3a490a
commit 02f9862c06
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52
2 changed files with 5 additions and 1 deletions

View file

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

View file

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