Compare commits

..

2 Commits

Author SHA1 Message Date
b126e8e6e4 release: v2.23.2 2023-10-10 16:40:34 +01:00
677129d23d chore: uses paratest 7.3.0 2023-10-10 16:39:04 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1.0",
"brianium/paratest": "^7.2.9",
"brianium/paratest": "^7.3.0",
"nunomaduro/collision": "^7.9.0|^8.0.0",
"nunomaduro/termwind": "^1.15.1|^2.0.0",
"pestphp/pest-plugin": "^2.1.1",

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.23.1.
Pest Testing Framework 2.23.2.