diff --git a/composer.json b/composer.json index 1988000..1db140d 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,12 @@ "require": { "php": "^7.2|^8.0|^8.1", "nesbot/carbon": "^1.26.3 || ^2.0", - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "league/oauth2-client": "^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "orchestra/testbench": "^5.0|^6.0", - "phpunit/phpunit": "^8.0|^9.0" + "orchestra/testbench": "^5.0|^6.0|^7.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {