From e5446e7fdd3781838d2e67d764c1245d70094412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:27:45 +0000 Subject: [PATCH] Update illuminate/support requirement from ^12.39 to ^12.42 Updates the requirements on [illuminate/support](https://github.com/illuminate/support) to permit the latest version. - [Commits](https://github.com/illuminate/support/compare/v12.39.0...v12.42.0) --- updated-dependencies: - dependency-name: illuminate/support dependency-version: 12.42.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8acf7dd..0be49cf 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": "^8.2.0", "pollora/helper-overrider": "dev-main", - "illuminate/support": "^12.39", + "illuminate/support": "^12.42", "illuminate/database": "^12.39", "illuminate/routing": "^12.39", "illuminate/console": "^12.41",