From 372226e40f67d230f059eca869591e7c09293dfa Mon Sep 17 00:00:00 2001 From: Kim-Munbeom Date: Wed, 17 Apr 2024 17:15:24 +0900 Subject: [PATCH] fix : Support laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2c01923..eda2205 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0", - "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0" + "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0", + "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ~11.0" }, "require-dev": { "phpunit/phpunit": "^9.0 || ^10.0"