diff --git a/src/NewCommand.php b/src/NewCommand.php index b746d48f..c4f47f8d 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -367,7 +367,7 @@ protected function installPest(string $directory, InputInterface $input, OutputI $commands = array_filter([ $this->findComposer().' remove nunomaduro/collision phpunit/phpunit --dev', - $this->findComposer().' require nunomaduro/collision:^6.4 pestphp/pest:^1.22 pestphp/pest-plugin-laravel:^1.2 --dev', + $this->findComposer().' require nunomaduro/collision:^6.4 pestphp/pest:^1.22 pestphp/pest-plugin-laravel:^1.4 --dev', PHP_BINARY.' artisan pest:install --no-interaction', ]);