From 3ceacf73ea183e67b5cb9d197cbd0017167220ed Mon Sep 17 00:00:00 2001 From: Jimmy Puckett Date: Mon, 8 Apr 2024 16:44:13 -0400 Subject: [PATCH] Support L11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f73927..2155a29 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "~8|~9|~10", - "illuminate/support": "~8|~9|~10", + "illuminate/contracts": "~8|~9|~10|~11", + "illuminate/support": "~8|~9|~10|~11", "phayes/geophp": "~1.2" }, "require-dev": {