From 81aebf59288c54b0f18f02b84b53d2dadec3d8c8 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Thu, 25 Apr 2024 00:59:17 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20support=20laravel=2011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f4511bf..a002af9 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ } ], "require": { - "illuminate/support": "9.*|10.*", + "illuminate/support": "9.*|10.*|11.*", "jasongrimes/paginator": "^1.0", "php": "^8.1", "ext-json": "*" }, "require-dev": { "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5|^10.0", + "phpunit/phpunit": "^9.5|^10.4", "mockery/mockery": "^1.4.4" }, "autoload": {