release: v2.13.0

This commit is contained in:
Nuno Maduro
2023-08-09 12:14:39 +01:00
parent 306b7eb2a6
commit 47f2ae32c1
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
], ],
"require": { "require": {
"php": "^8.1.0", "php": "^8.1.0",
"brianium/paratest": "^7.2.4", "brianium/paratest": "^7.2.5",
"nunomaduro/collision": "^7.8.1", "nunomaduro/collision": "^7.8.1",
"nunomaduro/termwind": "^1.15.1", "nunomaduro/termwind": "^1.15.1",
"pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin": "^2.0.1",

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.12.2. Pest Testing Framework 2.13.0.