From 7ecc723bc41f07a0ed8722ff6296b3b2549d7a64 Mon Sep 17 00:00:00 2001 From: Antoine Bluchet Date: Tue, 3 Sep 2024 09:00:23 +0200 Subject: [PATCH] chore: bump dependencies to ^3.4 || ^4.0 (#6576) * chore: bump dependencies to ^3.4 || ^4.0 * fix: use baseline for serializer context builder * ci: use pmu 0.12 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 62536cc..4d69046 100644 --- a/composer.json +++ b/composer.json @@ -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" },