release: v2.29.1

This commit is contained in:
Nuno Maduro
2023-12-27 15:27:07 +00:00
parent 7799500d06
commit e00aba539a
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.5.0", "pestphp/pest-plugin-arch": "^2.5.0",
"phpunit/phpunit": "^10.5.3" "phpunit/phpunit": "^10.5.5"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": ">10.5.3", "phpunit/phpunit": ">10.5.5",
"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.29.0'; return '2.29.1';
} }
function testDirectory(string $file = ''): string function testDirectory(string $file = ''): string

View File

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

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.29.0. Pest Testing Framework 2.29.1.