diff --git a/composer.json b/composer.json index 55523c8..16a181f 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ } ], "require": { - "php": "^7.1|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "php": "^7.1|^8.0|^8.2", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0|^9.0" + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {