diff --git a/composer.json b/composer.json index 9dc19e4..d8f03c2 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0|^11.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "orchestra/testbench": "^7.6|^8.0|^9.0", - "phpunit/phpunit": "^9.0|^10.5", + "phpunit/phpunit": "^9.0|^10.5|^11.0", "friendsofphp/php-cs-fixer": "^3.6" }, "autoload": {