Skip to content

Commit

Permalink
chore: use api-platform/symfony:^4.0 instead of api-platform/core
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 18, 2024
1 parent 0bc35e8 commit 2968ec8
Show file tree
Hide file tree
Showing 6 changed files with 442 additions and 453 deletions.
18 changes: 3 additions & 15 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/doctrine-orm": "^3.4",
"api-platform/graphql": "^3.4",
"api-platform/symfony": "^3.4",
"api-platform/doctrine-orm": "^4.0",
"api-platform/graphql": "^4.0",
"api-platform/symfony": "^4.0",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^3.5",
Expand Down Expand Up @@ -105,18 +105,6 @@
]
},
"conflict": {
"api-platform/doctrine-common": "^4.0@alpha",
"api-platform/documentation": "^4.0@alpha",
"api-platform/graphql": "^4.0@alpha",
"api-platform/http-cache": "^4.0@alpha",
"api-platform/hydra": "^4.0@alpha",
"api-platform/json-schema": "^4.0@alpha",
"api-platform/jsonld": "^4.0@alpha",
"api-platform/metadata": "^4.0@alpha",
"api-platform/openapi": "^4.0@alpha",
"api-platform/serializer": "^4.0@alpha",
"api-platform/state": "^4.0@alpha",
"api-platform/validator": "^4.0@alpha",
"symfony/symfony": "*"
},
"extra": {
Expand Down
Loading

0 comments on commit 2968ec8

Please sign in to comment.