From cc6d2ce5987884acc22712c994c6ccbe450f9ac6 Mon Sep 17 00:00:00 2001 From: Ritvars Timermanis Date: Sat, 30 Mar 2024 15:04:12 +0200 Subject: [PATCH] Bump illuminate/support version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81a9186..7b53e9f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require": { "php": "^8.0", "aws/aws-sdk-php": "^3.209", - "illuminate/support": "^8.0|^9.52|^10.0", + "illuminate/support": "^8.0|^9.52|^10.0|^11.0", "spatie/enum": "^3.13" }, "minimum-stability": "dev",