From 2304880554fa5d490475d80bcc40b57bc2bac53d Mon Sep 17 00:00:00 2001 From: Seth Sharp Date: Sat, 7 Dec 2024 09:40:33 +1000 Subject: [PATCH] support in dev --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index dd38423..71991c8 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,7 @@ "require": { "php": "^8.2", "guzzlehttp/guzzle": "^7.8", - "nesbot/carbon": "^3.7", - "illuminate/support": "^11.26" + "nesbot/carbon": "^3.7" }, "extra": { "laravel":{ @@ -30,7 +29,8 @@ }, "require-dev": { "pestphp/pest": "^3.2", - "orchestra/testbench": "^9.5" + "orchestra/testbench": "^9.5", + "illuminate/support": "^11.26" }, "config": { "allow-plugins": {