diff --git a/composer.json b/composer.json index 795a451..556f8cf 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ "require": { "php": "^7.3 || ^8.0", "ext-dom": "*", - "illuminate/support": ">=6.0 <12.0", - "illuminate/validation": ">=6.0 <12.0", + "illuminate/support": ">=6.0 <13.0", + "illuminate/validation": ">=6.0 <13.0", "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { @@ -58,4 +58,4 @@ "preferred-install": "dist", "sort-packages": true } -} \ No newline at end of file +}