chore: support for symfony 8.0.0 components

This commit is contained in:
Nuno Maduro
2025-11-28 12:04:48 +00:00
parent 27aa305897
commit ae419afd36
4 changed files with 5 additions and 5 deletions

View File

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