Skip to content

Commit

Permalink
use higher pest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Mar 14, 2024
1 parent cd53a89 commit 7990925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function setupTestingLibrary(string $testingLibrary): void
);

replace_in_file(__DIR__.'/composer.json', [
':require_dev_testing' => '"pestphp/pest": "^2.15"',
':require_dev_testing' => '"pestphp/pest": "^2.20"',
':scripts_testing' => '"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage"',
':plugins_testing' => '"pestphp/pest-plugin": true',
Expand Down

0 comments on commit 7990925

Please sign in to comment.