Skip to content

Commit

Permalink
[6.x] Suport Laravel Prompts v0.3 (#383)
Browse files Browse the repository at this point in the history
Include `^0.2|^0.3` alongside `^0.1`.
  • Loading branch information
jackwh authored Oct 23, 2024
1 parent 0bea802 commit 06ce94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.2",
"illuminate/contracts": "^11.0",
"laravel/prompts": "^0.1.10",
"laravel/prompts": "^0.1|^0.2|^0.3",
"laravel/socialite": "^5.12",
"paragonie/constant_time_encoding": "^2.7"
},
Expand Down

0 comments on commit 06ce94d

Please sign in to comment.