From a6df3c4951591fe313399ebbbc6ac671c22ac631 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Fri, 7 Jun 2024 13:14:26 +0530 Subject: [PATCH] moving the dev dependencies to dev section --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8862680b..97de35b3 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "require": { "php": "^7.4|^8.0", "blade-ui-kit/blade-icons": "^1.1", - "iconify/json": "^2.2", "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "codeat3/blade-icon-generation-helpers": "^0.8", "codeat3/phpcs-styles": "^1.0", + "iconify/json": "^2.2", "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", "phpunit/phpunit": "^9.0|^10.5|^11.0", "symfony/process": "^5.0|^6.0|^7.0"