From 62dbfc72d6df7ff673b51d256589b583007af277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:39:22 +0000 Subject: [PATCH] chore(deps): update laravel/prompts requirement from ^0.3.17 to ^0.3.18 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.17...v0.3.18) --- updated-dependencies: - dependency-name: laravel/prompts dependency-version: 0.3.18 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 c7272395..a643f441 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "nwidart/laravel-modules": "^13.0", "symfony/process": "^7.4 || ^8.0", "illuminate/config": "^13.5", - "laravel/prompts": "^0.3.17" + "laravel/prompts": "^0.3.18" }, "autoload": { "psr-4": {