Compare commits

..

2 Commits

Author SHA1 Message Date
95c5394b66 Bumps dependencies 2024-09-10 16:59:38 +01:00
8de30cc8b7 release: v3.0.1 2024-09-09 15:29:44 +01:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '3.0.0';
return '3.0.1';
}
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]

View File

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