From 6e79e4e59add5aa365df97c67ea8a0142c15918c Mon Sep 17 00:00:00 2001 From: Stream Date: Wed, 7 Feb 2024 15:42:52 +0800 Subject: [PATCH] feat: support intervention/image version above 2.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c3257a7..d6b4131a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": ">=7.2.0", "ext-exif": "*", "ext-fileinfo": "*", - "intervention/image": "2.*", + "intervention/image": ">=2.0.0", "illuminate/config": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/filesystem": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",