Skip to content

Commit

Permalink
chore: bump dependencies to ^3.4 || ^4.0 (#6576)
Browse files Browse the repository at this point in the history
* chore: bump dependencies to ^3.4 || ^4.0

* fix: use baseline for serializer context builder

* ci: use pmu 0.12
  • Loading branch information
soyuka authored Sep 3, 2024
1 parent b23bba8 commit 7ecc723
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": "^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",
"api-platform/documentation": "^3.4 || ^4.0",
"api-platform/json-schema": "^3.4 || ^4.0",
"api-platform/metadata": "^3.4 || ^4.0",
"api-platform/serializer": "^3.4 || ^4.0",
"api-platform/state": "^3.4 || ^4.0",
"symfony/error-handler": "^6.4 || ^7.1",
"symfony/http-foundation": "^6.4 || ^7.1"
},
Expand Down

0 comments on commit 7ecc723

Please sign in to comment.