Use the modular api-platform packages instead of the monolitic api-platform/core package

This commit is contained in:
Jan Böhmer 2025-02-22 19:48:36 +01:00
parent 42cb590c75
commit 17caf476bf
4 changed files with 1220 additions and 166 deletions

View file

@ -13,6 +13,20 @@
"src/ApiResource/.gitignore"
]
},
"api-platform/symfony": {
"version": "3.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.3",
"ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
},
"files": [
"./config/packages/api_platform.yaml",
"./config/routes/api_platform.yaml",
"./src/ApiResource/.gitignore"
]
},
"beberlei/assert": {
"version": "v3.2.6"
},