Skip to content

Commit bf026e7

Browse files
Support Laravel Prompts 0.2+ and 0.3+ (#94)
* Require Laravel Prompts 0.3+ * wip
1 parent 6b89169 commit bf026e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.1",
88
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
9-
"laravel/prompts": "^0.1.3",
9+
"laravel/prompts": "^0.1.3|^0.2.0|^0.3.0",
1010
"symfony/console": "^4.0|^5.0|^6.0",
1111
"symfony/process": "^4.2|^5.0|^6.0"
1212
},

0 commit comments

Comments
 (0)