From 4d1a1417b7b4c65accc022748b7a806e9be5adfd Mon Sep 17 00:00:00 2001 From: Zing Date: Mon, 18 Mar 2024 22:31:54 +0800 Subject: [PATCH] Support for Laravel 11 (#86) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 635efd9..d52e3c1 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ }, "require": { "php": "^8.0", - "illuminate/filesystem": "^9.30 || ^10.0", - "illuminate/support": "^9.0 || ^10.0", + "illuminate/filesystem": "^9.30 || ^10.0 || ^11.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0", "zing/esdk-obs-php": "^3.21.6", "zing/flysystem-obs": "^2.2 || ^3.0" }, @@ -34,7 +34,7 @@ "league/flysystem-read-only": "^3.3", "mockery/mockery": "~1.3.3 || ^1.4.2", "nunomaduro/larastan": "^1.0 || ^2.0", - "orchestra/testbench": "^7.0 || ^8.0", + "orchestra/testbench": "^7.0 || ^8.0 || ^9.0", "phpunit/phpunit": "^9.5 || ^10.0", "zing/coding-standard": "^6.4 || ^7.0" },