release: v3.0.1

This commit is contained in:
Nuno Maduro
2024-09-09 15:29:44 +01:00
parent b17feef3f4
commit 8de30cc8b7
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
"nunomaduro/termwind": "^2.1.0", "nunomaduro/termwind": "^2.1.0",
"pestphp/pest-plugin": "^3.0.0", "pestphp/pest-plugin": "^3.0.0",
"pestphp/pest-plugin-arch": "^3.0.0", "pestphp/pest-plugin-arch": "^3.0.0",
"pestphp/pest-plugin-mutate": "^3.0.1", "pestphp/pest-plugin-mutate": "^3.0.2",
"phpunit/phpunit": "^11.3.4" "phpunit/phpunit": "^11.3.4"
}, },
"conflict": { "conflict": {

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string function version(): string
{ {
return '3.0.0'; return '3.0.1';
} }
function testDirectory(string $file = ''): string function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.0.0. Pest Testing Framework 3.0.1.
USAGE: pest <file> [options] USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 3.0.0. Pest Testing Framework 3.0.1.