Compare commits

...

2 Commits

Author SHA1 Message Date
6a1161ead8 release: v2.34.4 2024-03-14 19:44:18 +00:00
a1b3547dd6 chore: fixes paratest version 2024-03-14 19:42:03 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1.0",
"brianium/paratest": "^7.4.3",
"brianium/paratest": "^7.3.1",
"nunomaduro/collision": "^7.10.0|^8.1.1",
"nunomaduro/termwind": "^1.15.1|^2.0.1",
"pestphp/pest-plugin": "^2.1.1",

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.34.3.
Pest Testing Framework 2.34.4.