From 8e808f182d2b7fca72ef810808c56a5385f1142f Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Fri, 24 Feb 2023 22:19:33 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 91efc71..89348ff 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "guzzlehttp/guzzle": "^7.4", - "illuminate/http": "^8.0|^9.0" + "illuminate/http": "^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "sajya/server": "^5.2" + "orchestra/testbench": "^7.0|^8.0", + "sajya/server": "^5.2|^6.0" }, "autoload": { "psr-4": {