From 8750a4b8856a6f1bcac15105450c634108728c9e Mon Sep 17 00:00:00 2001 From: php coder Date: Wed, 28 Feb 2024 19:57:12 +0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 961c6b3..c6db25f 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "require": { "php": "^7.4|^8.0", "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^8.0|^9.0|^10.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "codeat3/blade-icon-generation-helpers": "^0.3", "codeat3/phpcs-styles": "^1.0", - "orchestra/testbench": "^6.0|^7.0|^8.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^9.0" }, "autoload": {