From f9b77723c5d893c35548cf018ce7a25e75a86c69 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 8 Oct 2024 14:46:55 +0100 Subject: [PATCH] chore(deps): add support for `laravel/prompts` 0.2 and 0.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 97879ba..6e9f14d 100755 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "illuminate/support": "^11.5.0", "illuminate/testing": "^11.5.0", "laravel-zero/foundation": "^11.5.0", - "laravel/prompts": "^0.1.20", + "laravel/prompts": "^0.1.20 || ^0.2 || ^0.3", "league/flysystem": "^3.27.0", "nunomaduro/collision": "^8.1.1", "nunomaduro/laravel-console-summary": "^1.12.1",