Skip to content

Commit 855e236

Browse files
chore: use api-platform/symfony:^4.0 instead of api-platform/core
1 parent 54bf2e8 commit 855e236

File tree

6 files changed

+448
-462
lines changed

6 files changed

+448
-462
lines changed

api/composer.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"php": ">=8.3",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/doctrine-orm": "^3.4",
9-
"api-platform/graphql": "^3.4",
10-
"api-platform/symfony": "^3.4",
8+
"api-platform/doctrine-orm": "^4.0",
9+
"api-platform/graphql": "^4.0",
10+
"api-platform/symfony": "^4.0",
1111
"doctrine/common": "^3.4",
1212
"doctrine/doctrine-bundle": "^2.11",
1313
"doctrine/doctrine-fixtures-bundle": "^3.5",
@@ -105,18 +105,6 @@
105105
]
106106
},
107107
"conflict": {
108-
"api-platform/doctrine-common": "^4.0@alpha",
109-
"api-platform/documentation": "^4.0@alpha",
110-
"api-platform/graphql": "^4.0@alpha",
111-
"api-platform/http-cache": "^4.0@alpha",
112-
"api-platform/hydra": "^4.0@alpha",
113-
"api-platform/json-schema": "^4.0@alpha",
114-
"api-platform/jsonld": "^4.0@alpha",
115-
"api-platform/metadata": "^4.0@alpha",
116-
"api-platform/openapi": "^4.0@alpha",
117-
"api-platform/serializer": "^4.0@alpha",
118-
"api-platform/state": "^4.0@alpha",
119-
"api-platform/validator": "^4.0@alpha",
120108
"symfony/symfony": "*"
121109
},
122110
"extra": {

0 commit comments

Comments
 (0)