From 2f803ef5bb82e668320e4945b1d21fd4e81321f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:44:35 +0000 Subject: [PATCH] Update illuminate/config requirement from ^12.44 to ^12.46 Updates the requirements on [illuminate/config](https://github.com/illuminate/config) to permit the latest version. - [Commits](https://github.com/illuminate/config/compare/v12.44.0...v12.46.0) --- updated-dependencies: - dependency-name: illuminate/config dependency-version: 12.46.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 de6ad5a..6adebf6 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "coduo/php-humanizer": "5.0.3", "nwidart/laravel-modules": "^12.0@dev", "symfony/process": "^7.3.4", - "illuminate/config": "^12.44", + "illuminate/config": "^12.46", "laravel/prompts": "^0.3.8@dev" }, "autoload": {