From e2ed5f1a1b5f327cc2b1fabfc5a1343ccc10adc1 Mon Sep 17 00:00:00 2001 From: Cuong Giang Date: Mon, 20 May 2024 15:03:54 +0700 Subject: [PATCH] Allow Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db39beb..fa777b4 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=5.4.0", - "illuminate/filesystem": "~4.0|~5.0|~6.0|~7.0|~8.0|~9.0|~10.0", + "illuminate/filesystem": "~4.0|~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0", "symfony/var-dumper": "~2.6|~3.0|~4.0|~5.0|~6.0" },