From 447eadb4ec095b374ea846e4db0b0d7c7860166d Mon Sep 17 00:00:00 2001 From: Gianluca Bine Date: Thu, 23 Mar 2023 09:52:31 -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 61599ec..3962c48 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.1|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", "total-voice/php-client": "^1.17" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.9", - "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0", - "phpunit/phpunit": "^8.4|^9.0" + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0|^8.0", + "phpunit/phpunit": "^8.4|^9.0|^10.0" }, "autoload": { "psr-4": {