From 6c8306d4cca0b2682f9f54f8857a32f7450adac4 Mon Sep 17 00:00:00 2001 From: Stream Date: Fri, 24 Nov 2023 16:18:55 +0800 Subject: [PATCH] fix: fix league/flysystem version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f2d729d..72386510 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/container": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "league/flysystem": "^2.0.0" + "league/flysystem": ">=2.0.0" }, "require-dev": { "phpunit/phpunit": "^6.2",