diff --git a/composer.json b/composer.json index 9f5b1d2..78b4fc4 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "ext-redis": "*", "ext-memcached": "*", "bamarni/composer-bin-plugin": "^1.4", - "phpunit/phpunit": "^9.5.28" + "phpunit/phpunit": "^11.5.43", + "rector/rector": "^2.2" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index cc4d590..fb7c4a7 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,23 @@ - + bootstrap="tests/bootstrap.php" + cacheDirectory=".phpunit.cache"> + src + + src-deprecated + + + tests - tests-pecl-ext - tests-php8 + tests-pecl-ext + tests-php8