Skip to content

Commit

Permalink
chore: update api-platform/core to 4.0.0@alpha (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 3, 2024
1 parent 50dbc9b commit f6eb196
Show file tree
Hide file tree
Showing 5 changed files with 1,177 additions and 137 deletions.
18 changes: 16 additions & 2 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.4@alpha",
"api-platform/doctrine-orm": "^3.4",
"api-platform/symfony": "^3.4",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^3.5",
Expand Down Expand Up @@ -103,6 +104,18 @@
]
},
"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 All @@ -115,5 +128,6 @@
"flex://defaults"
]
}
}
},
"minimum-stability": "alpha"
}
Loading

0 comments on commit f6eb196

Please sign in to comment.