From 324d9238419e7e41319d2085a47999482131f0a5 Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 5 Mar 2025 01:52:39 +0800 Subject: [PATCH] Support Laravel 12 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0c684ef..f0de2a7 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ "require": { "php": "^8.1.0", "guzzlehttp/guzzle": "^7.4.0", - "illuminate/support": "^10.0.0 || ^11.0.0", + "illuminate/support": "^10.0||^11.0||^12.0", "rinvex/authy": "^7.0.0" }, "require-dev": { "codedungeon/phpunit-result-printer": "^0.32.0", - "illuminate/container": "^10.0.0 || ^11.0.0", - "phpunit/phpunit": "^10.1.0" + "illuminate/container": "^10.0||^11.0||^12.0", + "phpunit/phpunit": "^10.1||^11.0 ||^12.0" }, "autoload": { "psr-4": {