diff --git a/composer.json b/composer.json index f2fb348..12ef530 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.4", - "illuminate/http": "^8.0" + "php": "^7.4|^8.0", + "illuminate/http": "^8.0|^9.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", - "orchestra/testbench": "^6.2", + "orchestra/testbench": "^6.2|7.0", "phpunit/phpunit": "^9.4", "vimeo/psalm": "^4.0" },