From 51d70eb2641a883da0d0ac73584f2e344490bd36 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Fri, 22 Mar 2024 14:47:50 -0400 Subject: [PATCH] Laravel 11.x Compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e88468..951c595 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", "hashids/hashids": "~4.0" }, "require-dev": {