diff --git a/.gitignore b/.gitignore index f99cb76..9845fdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /vendor/ /composer.lock -/.phpunit.result.cache /.build/ +/.phpunit.cache/ diff --git a/composer.json b/composer.json index 30b1a5a..5effb38 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ "webmozart/assert": "^1.11" }, "require-dev": { - "infection/infection": "^0.26", - "phpunit/phpunit": "^9.6", - "psalm/plugin-phpunit": "^0.18", + "infection/infection": "^0.26.21", + "phpunit/phpunit": "^10.5.20", + "psalm/plugin-phpunit": "^0.19", "setono/code-quality-pack": "^2.7" }, "prefer-stable": true, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1fce3fe..17d48ab 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,20 +1,16 @@ - - - src/ - - - - - - + colors="true" cacheDirectory=".phpunit.cache"> tests + + + src/ + +