release: 2.32.1

This commit is contained in:
Nuno Maduro
2024-01-23 17:04:48 +00:00
parent ac5d6c1f67
commit bb593846e5
4 changed files with 5 additions and 5 deletions

View File

@ -23,10 +23,10 @@
"nunomaduro/termwind": "^1.15.1|^2.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0",
"pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin": "^2.1.1",
"pestphp/pest-plugin-arch": "^2.6.1", "pestphp/pest-plugin-arch": "^2.6.1",
"phpunit/phpunit": "^10.5.7" "phpunit/phpunit": "^10.5.9"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": ">10.5.7", "phpunit/phpunit": ">10.5.9",
"sebastian/exporter": "<5.1.0", "sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0" "webmozart/assert": "<1.11.0"
}, },

View File

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

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.32.0. Pest Testing Framework 2.32.1.