From 2bed1d8038049bc79daf325183ea7d946bf839db Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Thu, 22 Jul 2021 16:18:24 +0100 Subject: [PATCH] Revert "Avoid using intervention/image 2.6.0" This reverts commit 8a7fd66919fef80a52a03d5e48a353b0abb86c86. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d834c4da..496e8ac77 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "illuminate/support": "^8.0", "illuminate/validation": "^8.0", "illuminate/view": "^8.0", - "intervention/image": ">=2.5.0 <2.6.0", + "intervention/image": "^2.5.0", "laminas/laminas-diactoros": "^2.4.1", "laminas/laminas-httphandlerrunner": "^1.2.0", "laminas/laminas-stratigility": "^3.2.2",