From 9109a340d765d29ded29868c0919928cb0e3d33b Mon Sep 17 00:00:00 2001 From: Ed Johnson-Williams Date: Sun, 13 Oct 2024 01:12:41 +0100 Subject: [PATCH 1/2] [11.x] Console supports Laravel Prompts 0.3+ --- src/Illuminate/Console/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index 32cbb0a91817..2ba926adc1c8 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -21,7 +21,7 @@ "illuminate/macroable": "^11.0", "illuminate/support": "^11.0", "illuminate/view": "^11.0", - "laravel/prompts": "^0.1.18|^0.2.0", + "laravel/prompts": "^0.1.20 || ^0.2 || ^0.3", "nunomaduro/termwind": "^2.0", "symfony/console": "^7.0", "symfony/polyfill-php83": "^1.28", From a452ddee061265cccd28be42f5ed2dd1bf331fe6 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sun, 13 Oct 2024 08:28:14 +0800 Subject: [PATCH 2/2] Update src/Illuminate/Console/composer.json --- src/Illuminate/Console/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index 2ba926adc1c8..060355b3c3a1 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -21,7 +21,7 @@ "illuminate/macroable": "^11.0", "illuminate/support": "^11.0", "illuminate/view": "^11.0", - "laravel/prompts": "^0.1.20 || ^0.2 || ^0.3", + "laravel/prompts": "^0.1.20|^0.2|^0.3", "nunomaduro/termwind": "^2.0", "symfony/console": "^7.0", "symfony/polyfill-php83": "^1.28",