Skip to content

Commit

Permalink
Add support for api-platform 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Apr 11, 2024
1 parent 587af9d commit 6ca011d
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 86 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"api-platform/core": "^2.7.11",
"dbp/relay-core-bundle": "^0.1.148",
"api-platform/core": "^2.7.11 || ^3.2",
"dbp/relay-core-bundle": "^0.1.153",
"symfony/config": "^5.4 || ^6.4",
"symfony/http-kernel": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4"
Expand Down
168 changes: 87 additions & 81 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tests/Kernel.php
Expand Up @@ -45,8 +45,5 @@ protected function configureContainer(ContainerConfigurator $container)
'test' => true,
'secret' => '',
]);
$container->extension('api_platform', [
'metadata_backward_compatibility_layer' => false,
]);
}
}

0 comments on commit 6ca011d

Please sign in to comment.