From 02424e7b5e868ee52a742dfe1b6f6c0df39d3b74 Mon Sep 17 00:00:00 2001 From: Christian Taylor Date: Wed, 6 Dec 2023 11:08:29 -0600 Subject: [PATCH] Add Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ced273b..5d319f7 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "require": { "php": "^7.4|^8.0", "blade-ui-kit/blade-icons": "^1.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0" }, "autoload": {