diff --git a/composer.json b/composer.json index d741bda..6fd45f0 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "symfony/http-foundation": ">=5.0.7", - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "php": ">=7.2.5" }, "require-dev": { "phpunit/phpunit": "^8.4|^9.5", - "orchestra/testbench": "5.x-dev|6.x-dev|7.x-dev" + "orchestra/testbench": "5.x-dev|6.x-dev|7.x-dev|^8.0" }, "autoload": { "psr-4": { @@ -44,4 +44,4 @@ "dev-master": "1.0-dev" } } -} \ No newline at end of file +}