Skip to content

Commit

Permalink
chore: align dependencies across components
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Aug 13, 2024
1 parent 3b43a1c commit 87f0023
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
],
"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": "@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",
"symfony/error-handler": "^7.1",
"symfony/http-foundation": "^6.4 || ^7.1"
},
"require-dev": {
"phpspec/prophecy": "^1.19",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^10"
"phpunit/phpunit": "^11.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 87f0023

Please sign in to comment.