diff --git a/composer.json b/composer.json index a02de93..9f4758f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.3 || ^10.0", "squizlabs/php_codesniffer": "^3.5.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6c7186c..9e38a91 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,27 +1,26 @@ - - - - - - + forceCoversAnnotation="true"> + + + + + + - - - tests - - + + + tests + + - - - src - - + + + src + +