Skip to content

Commit 88c49f9

Browse files
authored
Fixes Pest installation on Windows (#314)
1 parent be7f1ca commit 88c49f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ protected function installPest(string $directory, InputInterface $input, OutputI
598598

599599
$commands = [
600600
$composerBinary.' remove phpunit/phpunit --dev --no-update',
601-
$composerBinary.' require pestphp/pest:^2.0 pestphp/pest-plugin-laravel:^2.0 --no-update --dev',
601+
$composerBinary.' require pestphp/pest pestphp/pest-plugin-laravel --no-update --dev',
602602
$composerBinary.' update',
603603
$this->phpBinary().' ./vendor/bin/pest --init',
604604
];

0 commit comments

Comments
 (0)