Skip to content

Commit

Permalink
chore: use api-platform/symfony:^4.0@alpha instead of api-platform/core
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Sep 3, 2024
1 parent 7f22505 commit be4f71c
Show file tree
Hide file tree
Showing 4 changed files with 3,256 additions and 1,315 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 be4f71c

Please sign in to comment.