diff --git a/composer.json b/composer.json index b364c3d..25902c9 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "minimum-stability": "stable", "require": { - "php": "^8.1", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "php": "^8.1|^8.2|^8.3", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", }, "autoload": { "psr-4": { @@ -20,7 +20,7 @@ } }, "require-dev": { - "pestphp/pest": "^1.22" + "pestphp/pest": "^1.22|^2.0" }, "config": { "allow-plugins": {