Skip to content

Commit

Permalink
Merge pull request #98 from spatie/pest
Browse files Browse the repository at this point in the history
use higher pest version
  • Loading branch information
Nielsvanpach committed Mar 14, 2024
2 parents cd53a89 + 7990925 commit d8c44f7
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 d8c44f7

Please sign in to comment.