diff --git a/composer.json b/composer.json index dce0bf3..84499c9 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ ], "require": { "php" : "^7.3|^8.0", - "illuminate/support": "^9.0|^8.0|^7.0|^6.0|^5.5" + "illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0|^5.5" }, "require-dev": { - "phpunit/phpunit": "^9.5", - "orchestra/testbench": "^6.0" + "phpunit/phpunit": "^10.0", + "orchestra/testbench": "^7.0" }, "autoload": { "psr-4": {