From 8a52a04d045a15f25de9f07c18042891358e5a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:33:44 +0000 Subject: [PATCH] Update dependency illuminate/support to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19e5bcf..75adf80 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }], "require": { "php": "^7.3|^8.0|^9.0", - "illuminate/support": "^7|^8|^9|^10", + "illuminate/support": "11.37.0", "joy/voyager-core": "^1.0|^2.0|^3.0", "maatwebsite/excel": "^3.1", "tcg/voyager": "^1.4|dev-1.6-l10"