From 34651798ab01f9c1585ea755b19968d494464402 Mon Sep 17 00:00:00 2001 From: xuejd3 Date: Mon, 9 Sep 2024 16:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20laravel=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30d9fe52e..76a274f40 100755 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=7.1.0", - "laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0", + "laravel/framework": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0", "spatie/eloquent-sortable": "3.*|4.*", "doctrine/dbal": "^2.6|^3.0" },