From b6bc14bc2db914ed4182e8d7dfd448f051469995 Mon Sep 17 00:00:00 2001 From: kevin olson Date: Wed, 9 Feb 2022 07:01:17 -0600 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20support=20for=20laravel=20?= =?UTF-8?q?v9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e41ade1..73662a3 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ } ], "require": { - "illuminate/support": "5.* || 6.* || 7.* || 8.*", + "illuminate/support": "7.* || 8.* || 9.*", "jasongrimes/paginator": "^1.0", - "php": "^7.4|^8.0", + "php": "^8.0|^8.1", "ext-json": "*" }, "autoload": { @@ -38,7 +38,7 @@ }, "require-dev": { "orchestra/testbench": "^5.2", - "phpunit/phpunit": "^9.1", + "phpunit/phpunit": "^9.5.10", "mockery/mockery": "^1.3" } }