From 82cb9a77581787b729e9cb5e63a0053ac2f06bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:12:47 +0000 Subject: [PATCH] build(deps): update api-platform/core requirement || ^4.0 Updates the requirements on [api-platform/core](https://github.com/api-platform/core) to permit the latest version. - [Release notes](https://github.com/api-platform/core/releases) - [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/api-platform/core/compare/v3.2.0...v4.0.2) --- updated-dependencies: - dependency-name: api-platform/core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a16648..c15806e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "type": "library", "require": { "php": "^8.2", - "api-platform/core": "^3.2", + "api-platform/core": "^3.2 || ^4.0", "doctrine/collections": "^2.2", "doctrine/dbal": "^3.8 || ^4.0", "doctrine/orm": "^2.19 || ^3.0",