From 9ebba31fe502643e32574d8ba270583850f84481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:46:47 +0000 Subject: [PATCH] fix(deps): update illuminate packages to v13 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e9e3693..11c71ff 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "require": { "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "illuminate/container": "^8.0|^9.0|^10.0|^11.0", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "13.30.1", + "illuminate/container": "13.30.1", + "illuminate/contracts": "13.30.1", "illuminate/http": "^8.0|^9.0|^10.0|^11.0" }, "autoload": {