From bb1e106dea258db3e9af8b9cd6c83d33a4ac5fa8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 10 Jun 2024 12:47:47 +0200 Subject: [PATCH] Allow `illuminate/support` 11 (#45) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c64fda..5feb73d 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^6.0|^7.0", "symfony/serializer": "^4.0|^5.0|^6.0|^7.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" }, "autoload": { "psr-4": {