From 9e29c79f16d65d33fff43dc0c14f452af4d76710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:09:13 +0000 Subject: [PATCH] Update laravel/prompts requirement from ^0.3.11@dev to ^0.3.12@dev Updates the requirements on [laravel/prompts](https://github.com/laravel/prompts) to permit the latest version. - [Release notes](https://github.com/laravel/prompts/releases) - [Changelog](https://github.com/laravel/prompts/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel/prompts/compare/v0.3.11...v0.3.12) --- updated-dependencies: - dependency-name: laravel/prompts dependency-version: 0.3.12 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 57769da..3cf11cf 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "nwidart/laravel-modules": "^12.0@dev", "symfony/process": "^7.3.4", "illuminate/config": "^12.48", - "laravel/prompts": "^0.3.11@dev" + "laravel/prompts": "^0.3.12@dev" }, "autoload": { "psr-4": {