mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Hot-fix] Conflict with newest AP that changes a Customer->User response
This commit is contained in:
parent
56dd3a490a
commit
02f9862c06
2 changed files with 5 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue