Skip to content

Commit

Permalink
Fixes Pest installation on Windows (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Feb 9, 2024
1 parent be7f1ca commit 88c49f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ protected function installPest(string $directory, InputInterface $input, OutputI

$commands = [
$composerBinary.' remove phpunit/phpunit --dev --no-update',
$composerBinary.' require pestphp/pest:^2.0 pestphp/pest-plugin-laravel:^2.0 --no-update --dev',
$composerBinary.' require pestphp/pest pestphp/pest-plugin-laravel --no-update --dev',
$composerBinary.' update',
$this->phpBinary().' ./vendor/bin/pest --init',
];
Expand Down

0 comments on commit 88c49f9

Please sign in to comment.