From 1a82798690336a8024a94c9d887117c852399640 Mon Sep 17 00:00:00 2001 From: Shuvro Roy Date: Mon, 12 Feb 2024 11:39:42 +0600 Subject: [PATCH] chore: add support for laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d332d23..437bc74 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ ], "require": { "php": "^7.2 || ^8.0", - "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "theiconic/php-ga-measurement-protocol": "^2.0" }, "autoload": {