diff --git a/composer.json b/composer.json index 88fd8a6..b663f36 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "beberlei/assert": "~v3.3", "infection/infection": "^0.27", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "roave/security-advisories": "dev-latest" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5084623..83ee3b2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,29 +1,24 @@ - - - - tests - - - - - - src - - - src/ - - + cacheDirectory=".phpunit.cache" + beStrictAboutCoverageMetadata="true"> + + + tests + + + + + src + + + src/ + +