diff --git a/composer.json b/composer.json index 3957d55..56d0255 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "nikic/php-parser": "^5" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^10.4", "php-coveralls/php-coveralls": "^2.1", "squizlabs/php_codesniffer": "^3.4" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7b1dd06..9e4f77c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,36 +1,35 @@ + cacheDirectory=".phpunit.cache" + backupStaticProperties="false"> ./tests/ - - ./src - - - src/Type/Php/ReplaceSafeFunctionsDynamicReturnTypeExtension.php - + + + ./src + + + + src/Type/Php/ + +