diff --git a/composer.json b/composer.json index 1a92767..83eb068 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "homepage": "https://github.com/nabilhassen/laravel-usage-limiter", "require": { "php": "^8.0", - "illuminate/database": "^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "illuminate/console": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0", "nesbot/carbon": "^2.67|^3.0" }, "require-dev": {