diff --git a/composer.json b/composer.json index ff23cb5..36198e3 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "type": "library", "require": { "php": ">=8.1", - "illuminate/validation": "^10.0", - "illuminate/support": "^10.0" + "illuminate/validation": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^10.2", "phpstan/phpstan": "^1.10", - "laravel/framework": "^10.0" + "laravel/framework": "^10.0|^11.0" }, "autoload": { "psr-4": {