From a22381aadc35ae384be43755c0f5cb1d13a4f686 Mon Sep 17 00:00:00 2001 From: miladev-ent Date: Wed, 15 Mar 2023 22:52:55 +0330 Subject: [PATCH] fix version of pest-plugin-laravel --- src/NewCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]);