Skip to content

Commit d7a96df

Browse files
committed
Update Pest PHP.
1 parent 902ef16 commit d7a96df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"laravel/pint": "^1.13",
2929
"nunomaduro/collision": "^8.0",
3030
"orchestra/testbench": "9.x-dev",
31-
"pestphp/pest": "^2.34",
32-
"pestphp/pest-plugin-laravel": "^2.3"
31+
"pestphp/pest": "^3.0",
32+
"pestphp/pest-plugin-laravel": "^3.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

src/Console/InstallerTraits/PestTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function configureTests(): void
1919
$this->removeComposerPackages(['phpunit/phpunit'], true);
2020
}
2121

22-
if (! $this->requireComposerPackages(['pestphp/pest:^2.0', 'pestphp/pest-plugin-laravel:^2.0'], true)) {
22+
if (! $this->requireComposerPackages(['pestphp/pest:^3.0', 'pestphp/pest-plugin-laravel:^3.0'], true)) {
2323
return;
2424
}
2525

0 commit comments

Comments
 (0)