From 207c645eb9ecccc22965410b89d28a6e072e331e Mon Sep 17 00:00:00 2001 From: Mochammad Masbuchin Date: Sun, 9 Mar 2025 14:50:01 +0700 Subject: [PATCH] Laravel 12 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {