diff --git a/composer.json b/composer.json index 51eb09f..14834be 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ ] }, "require": { - "php": "^8.1", - "illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0" + "php": "^8.2", + "illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0|^11.0", "orchestra/testbench": "^8.0" }, "autoload": {