diff --git a/composer.json b/composer.json index 6a2ebfc..d1d6a87 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,14 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", - "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*", + "php": "^7.1|^8.0|^8.1|^8.2", + "illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0", + "illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0", "intervention/image": "^2.4" }, "require-dev": { - "phpunit/phpunit": "^7.0|^8.0", - "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0" }, "autoload": { "psr-4": {