From 211d420d0bf556db5536125e7593f9428383a697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:07:32 +0000 Subject: [PATCH] Update intervention/image requirement from ^2.5 to ^2.5 || ^3.0 Updates the requirements on [intervention/image](https://github.com/Intervention/image) to permit the latest version. - [Release notes](https://github.com/Intervention/image/releases) - [Commits](https://github.com/Intervention/image/compare/2.5.0...3.7.0) --- updated-dependencies: - dependency-name: intervention/image 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 cd277b0..513e9ef 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": ">= 7.2.0", - "intervention/image": "^2.5" + "intervention/image": "^2.5 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^8.3",