Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Adds support for Pest #866

Merged
merged 17 commits into from
Sep 8, 2021
Prev Previous commit
Wording
  • Loading branch information
nunomaduro committed Aug 29, 2021
commit 2ad0564c0b4a8e0b38090bc34bc3d0c5faa42cc8
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class InstallCommand extends Command
*/
protected $signature = 'jetstream:install {stack : The development stack that should be installed}
{--teams : Indicates if team support should be installed}
{--pest : Indicate that Pest should be installed}
{--pest : Indicates if Pest should be installed}
{--composer=global : Absolute path to the Composer binary which should be used to install packages}';

/**
Expand Down