Skip to content

Commit

Permalink
Temp constraint on prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 8, 2024
1 parent 0958731 commit f27897d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fruitcake/php-cors": "^1.3",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/uri-template": "^1.0",
"laravel/prompts": "^0.1.15",
"laravel/prompts": "dev-l12",
"laravel/serializable-closure": "^1.3",
"league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"illuminate/macroable": "^12.0",
"illuminate/support": "^12.0",
"illuminate/view": "^12.0",
"laravel/prompts": "^0.1.12",
"laravel/prompts": "dev-l12",
"nunomaduro/termwind": "^2.0",
"symfony/console": "^7.0",
"symfony/polyfill-php83": "^1.28",
Expand Down

0 comments on commit f27897d

Please sign in to comment.