diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0c9ee..408d596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * build: add dependabot config * test: add missing test for PHP 8.3 and Symfony 7 * dep: bump minimum PHP to 8.2 +* dep: bump phpunit to 10 ## 1.4.1 diff --git a/composer.json b/composer.json index 90b6769..df10143 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "mockery/mockery": "^1.6", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan": "^1.10", "vimeo/psalm": "^5.15", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index de02926..5681b8a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,30 +1,22 @@ - + cacheDirectory=".phpunit.cache" + beStrictAboutCoverageMetadata="true"> tests - - + src - - + \ No newline at end of file