Skip to content

Commit 4c78508

Browse files
authored
[11.x] Supports laravel/prompts v0.2 (laravel#52849)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 2714f96 commit 4c78508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fruitcake/php-cors": "^1.3",
3232
"guzzlehttp/guzzle": "^7.8",
3333
"guzzlehttp/uri-template": "^1.0",
34-
"laravel/prompts": "^0.1.18",
34+
"laravel/prompts": "^0.1.18|^0.2.0",
3535
"laravel/serializable-closure": "^1.3",
3636
"league/commonmark": "^2.2.1",
3737
"league/flysystem": "^3.8.0",

src/Illuminate/Console/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"illuminate/macroable": "^11.0",
2222
"illuminate/support": "^11.0",
2323
"illuminate/view": "^11.0",
24-
"laravel/prompts": "^0.1.12",
24+
"laravel/prompts": "^0.1.18|^0.2.0",
2525
"nunomaduro/termwind": "^2.0",
2626
"symfony/console": "^7.0",
2727
"symfony/polyfill-php83": "^1.28",

0 commit comments

Comments
 (0)