Skip to content

Commit 4d355ba

Browse files
authoredSep 27, 2024··
Merge pull request #179 from TheDragonCode/6.x
Fixed the range of `laravel/prompts` version used
2 parents 86aae21 + 4c86a1b commit 4d355ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"illuminate/container": "^10.0 || ^11.0",
5151
"illuminate/database": "^10.0 || ^11.0",
5252
"illuminate/support": "^10.0 || ^11.0",
53-
"laravel/prompts": "^0.1.23",
53+
"laravel/prompts": ">=0.1",
5454
"symfony/console": "^6.0 || ^7.0"
5555
},
5656
"require-dev": {

0 commit comments

Comments
 (0)
Please sign in to comment.