From f278ecee4b7d3bd5518889cdfaad99648e36688f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:37:36 +0000 Subject: [PATCH] Update illuminate/config requirement from ^12.50 to ^12.51 Updates the requirements on [illuminate/config](https://github.com/illuminate/config) to permit the latest version. - [Commits](https://github.com/illuminate/config/compare/v12.50.0...v12.51.0) --- updated-dependencies: - dependency-name: illuminate/config dependency-version: 12.51.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 30ad6e2..e2e14e5 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.50", + "illuminate/config": "^12.51", "laravel/prompts": "^0.3.13@dev" }, "autoload": {