diff --git a/composer.json b/composer.json index 4bd9d71..4d0df97 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ }, "require": { "php": "^8.0", - "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0" + "illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.12|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/framework": "*",