Compare commits

..

4 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
cef5c36885 release: v2.23.1 2023-10-10 15:57:14 +01:00
a343ba4a29 chore: adds PHPUnit 10.4.1 support 2023-10-10 15:57:07 +01:00
4 changed files with 7 additions and 7 deletions

View File

@ -18,15 +18,15 @@
],
"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",
"pestphp/pest-plugin-arch": "^2.3.3",
"phpunit/phpunit": "^10.4.0"
"pestphp/pest-plugin-arch": "^2.4.0",
"phpunit/phpunit": "^10.4.1"
},
"conflict": {
"phpunit/phpunit": ">10.4.0",
"phpunit/phpunit": ">10.4.1",
"sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0"
},

View File

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

View File

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

View File

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