Compare commits

...

2 Commits

Author SHA1 Message Date
5c56ad8772 release: v1.23.1 2023-07-12 20:42:47 +01:00
f05fbd4d34 chore: bumps phpunit 2023-07-12 20:42:08 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"php": "^7.3 || ^8.0",
"nunomaduro/collision": "^5.11.0|^6.4.0",
"pestphp/pest-plugin": "^1.1.0",
"phpunit/phpunit": "^9.6.7"
"phpunit/phpunit": "^9.6.10"
},
"autoload": {
"psr-4": {

View File

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