From 200db5ca9d982180d43882ef7f969fcc110e5fc6 Mon Sep 17 00:00:00 2001 From: Stream Date: Wed, 3 Apr 2024 14:44:20 +0800 Subject: [PATCH] fix: downgrade intervention/image dependency to 2.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06b9b34a..114cc405 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=7.2.0", "ext-exif": "*", "ext-fileinfo": "*", - "intervention/image": ">=2.0.0", + "intervention/image": "2.*", "illuminate/config": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "illuminate/filesystem": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",