Skip to content

Commit

Permalink
chore: use api-platform 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 7, 2023
1 parent 4c94d93 commit 92f2db9
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"api-platform/core": "*",
"api-platform/core": "^3.1",
"symfony/expression-language": "6.2.*",
"nelmio/cors-bundle": "^2.2",
"phpstan/phpdoc-parser": "^1.15",
Expand All @@ -34,18 +34,8 @@
"zenstruck/foundry": "^1.31",
"symfony/http-client": "^6.2",
"symfony/browser-kit": "^6.2",
"justinrainbow/json-schema": "^5.2",
"symfony/asset": "7.0.x-dev"
"justinrainbow/json-schema": "^5.2"
},
"repositories": [
{
"type": "path",
"url": "../",
"options": {
"symlink": false
}
}
],
"config": {
"allow-plugins": {
"symfony/runtime": true
Expand Down

0 comments on commit 92f2db9

Please sign in to comment.