Skip to content

Commit

Permalink
chore: use api-platform/symfony instead of api-platform/core
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 2, 2024
1 parent 10eb997 commit 7428c2f
Show file tree
Hide file tree
Showing 4 changed files with 2,310 additions and 380 deletions.
9 changes: 6 additions & 3 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": "^4.0@alpha",
"api-platform/doctrine-orm": "^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 @@ -65,7 +66,8 @@
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
},
"autoload": {
Expand Down Expand Up @@ -115,5 +117,6 @@
"flex://defaults"
]
}
}
},
"minimum-stability": "alpha"
}
Loading

0 comments on commit 7428c2f

Please sign in to comment.