Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maintenance] Add conflict with api-platform/core 2.7.17 #16011

Merged
merged 2 commits into from Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONFLICTS.md
Expand Up @@ -68,3 +68,9 @@ references related issues.

- https://github.com/stof/StofDoctrineExtensionsBundle/issues/455
- https://github.com/doctrine-extensions/DoctrineExtensions/issues/2600


- `api-platform/core:2.7.17`:

This version introduced class aliases, which lead to a fatal error:
`The autoloader expected class "ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\ApiPlatformExtension" to be defined in file ".../vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php". The file was found but the class was not in it, the class name or namespace probably has a typo.`
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -179,7 +179,7 @@
"sylius/user-bundle": "self.version"
},
"conflict": {
"api-platform/core": "2.7.0",
"api-platform/core": "2.7.0 || 2.7.17",
"doctrine/doctrine-bundle": "2.3.0",
"doctrine/migrations": "3.5.3",
"doctrine/orm": ">= 2.16.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ApiBundle/composer.json
Expand Up @@ -46,7 +46,7 @@
"theofidry/alice-data-fixtures": "^1.4"
},
"conflict": {
"api-platform/core": "2.7.0",
"api-platform/core": "2.7.0 || 2.7.17",
"doctrine/doctrine-bundle": "2.3.0",
"lexik/jwt-authentication-bundle": "^2.18",
"symfony/doctrine-bridge": "4.4.20 || 5.2.4 || 5.2.5"
Expand Down