Skip to content

Commit c221410

Browse files
committed
fix(symfony): Fix requirements for metadata
1 parent 1a39532 commit c221410

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/Symfony/composer.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
],
3030
"require": {
3131
"php": ">=8.2",
32-
"api-platform/documentation": "^4.1.11",
33-
"api-platform/http-cache": "^4.1.11",
34-
"api-platform/json-schema": "^4.1.11",
35-
"api-platform/jsonld": "^4.1.11",
36-
"api-platform/hydra": "^4.1.11",
37-
"api-platform/metadata": "^4.2@beta",
38-
"api-platform/serializer": "^4.1.11",
39-
"api-platform/state": "^4.2@beta",
40-
"api-platform/validator": "^4.1.11",
41-
"api-platform/openapi": "^4.1.11",
32+
"api-platform/documentation": "^4.2",
33+
"api-platform/http-cache": "^4.2",
34+
"api-platform/json-schema": "^4.2",
35+
"api-platform/jsonld": "^4.2",
36+
"api-platform/hydra": "^4.2",
37+
"api-platform/metadata": "^4.2.3",
38+
"api-platform/serializer": "^4.2",
39+
"api-platform/state": "^4.2",
40+
"api-platform/validator": "^4.2",
41+
"api-platform/openapi": "^4.2",
4242
"symfony/asset": "^6.4 || ^7.0",
4343
"symfony/finder": "^6.4 || ^7.0",
4444
"symfony/property-info": "^6.4 || ^7.1",
@@ -48,11 +48,11 @@
4848
"willdurand/negotiation": "^3.1"
4949
},
5050
"require-dev": {
51-
"api-platform/doctrine-common": "^4.1",
52-
"api-platform/doctrine-odm": "^4.1",
53-
"api-platform/doctrine-orm": "^4.1",
54-
"api-platform/elasticsearch": "^4.1",
55-
"api-platform/graphql": "^4.1",
51+
"api-platform/doctrine-common": "^4.2",
52+
"api-platform/doctrine-odm": "^4.2",
53+
"api-platform/doctrine-orm": "^4.2",
54+
"api-platform/elasticsearch": "^4.2",
55+
"api-platform/graphql": "^4.2",
5656
"api-platform/parameter-validator": "^3.1",
5757
"phpspec/prophecy-phpunit": "^2.2",
5858
"phpunit/phpunit": "11.5.x-dev",

0 commit comments

Comments
 (0)