Skip to content

Commit

Permalink
chore: remove @dev constraint (#6513)
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka authored Aug 19, 2024
1 parent 87f0023 commit d1ff240
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
],
"require": {
"php": ">=8.1",
"api-platform/documentation": "@dev || ^3.2 || ^4.0",
"api-platform/json-schema": "@dev || ^3.2 || ^4.0",
"api-platform/metadata": "@dev || ^3.2 || ^4.0",
"api-platform/serializer": "@dev || ^3.2 || ^4.0",
"api-platform/state": "@dev || ^3.2 || ^4.0",
"api-platform/documentation": "^3.2 || ^4.0",
"api-platform/json-schema": "^3.2 || ^4.0",
"api-platform/metadata": "^3.2 || ^4.0",
"api-platform/serializer": "^3.2 || ^4.0",
"api-platform/state": "^3.2 || ^4.0",
"symfony/error-handler": "^7.1",
"symfony/http-foundation": "^6.4 || ^7.1"
},
Expand Down

0 comments on commit d1ff240

Please sign in to comment.