From 3a15baefa737d4146cb15ee7ffe6624b3947b141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:34:27 +0000 Subject: [PATCH] Update illuminate packages to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b9b94dc..e353db1 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": "13.16.1", "joy/voyager-core": "^1.0|^2.0|^3.0", "maatwebsite/excel": "^3.1", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",