Skip to content

Commit 59ea3b7

Browse files
authored
fix version of pest-plugin-laravel (#261)
1 parent a1518dc commit 59ea3b7

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
@@ -367,7 +367,7 @@ protected function installPest(string $directory, InputInterface $input, OutputI
367367

368368
$commands = array_filter([
369369
$this->findComposer().' remove nunomaduro/collision phpunit/phpunit --dev',
370-
$this->findComposer().' require nunomaduro/collision:^6.4 pestphp/pest:^1.22 pestphp/pest-plugin-laravel:^1.2 --dev',
370+
$this->findComposer().' require nunomaduro/collision:^6.4 pestphp/pest:^1.22 pestphp/pest-plugin-laravel:^1.4 --dev',
371371
PHP_BINARY.' artisan pest:install --no-interaction',
372372
]);
373373

0 commit comments

Comments
 (0)