From d8d5dbdb45668edec1972d2fa415a2192118fcad Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Thu, 25 Jan 2024 17:42:39 +0000 Subject: [PATCH] Lock version of intervention/image A breaking change was introduced somewhere after 3.1, so this is a hotfix for that. See https://github.com/Intervention/image/issues/1281 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b0d7d0..5cabfa2 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^8.2", "ext-imagick": "*", - "intervention/image": "^3.1" + "intervention/image": "^3.1.0" }, "license": "MIT", "autoload": {