From a9829bf8dd5eb4017d90e43a15da71ad429d4e2f Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 23:26:03 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b490328..af9be7f 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require": { "influxdb/influxdb-php": "^1.15", - "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" }, "minimum-stability": "dev", "extra": {