Fix api-platform tests

This commit is contained in:
Guilhem Niot 2022-09-25 19:21:32 +02:00
parent b4df34cdf7
commit 84973d52f5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
namespace Nelmio\ApiDocBundle\Tests\Describer; namespace Nelmio\ApiDocBundle\Tests\Describer;
use ApiPlatform\Core\Documentation\Documentation; use ApiPlatform\Core\Documentation\Documentation;
use ApiPlatform\Core\Metadata\Resource\ResourceNameCollection; use ApiPlatform\Metadata\Resource\ResourceNameCollection;
use Nelmio\ApiDocBundle\Describer\ApiPlatformDescriber; use Nelmio\ApiDocBundle\Describer\ApiPlatformDescriber;
use OpenApi\Annotations\OpenApi; use OpenApi\Annotations\OpenApi;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface; use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

View File

@ -48,7 +48,7 @@
"symfony/twig-bundle": "^4.4|^5.2|^6.0", "symfony/twig-bundle": "^4.4|^5.2|^6.0",
"symfony/validator": "^4.4|^5.2|^6.0", "symfony/validator": "^4.4|^5.2|^6.0",
"api-platform/core": "^2.6.8", "api-platform/core": "^2.7.0",
"friendsofsymfony/rest-bundle": "^2.8|^3.0", "friendsofsymfony/rest-bundle": "^2.8|^3.0",
"willdurand/hateoas-bundle": "^1.0|^2.0", "willdurand/hateoas-bundle": "^1.0|^2.0",
"jms/serializer-bundle": "^2.3|^3.0|^4.0", "jms/serializer-bundle": "^2.3|^3.0|^4.0",