diff --git a/.gitignore b/.gitignore index 522fa9d..bc3f3d8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ vendor/ composer.phar composer.lock .phpunit.result.cache +.phpunit.cache/ .php_cs.cache .php-cs-fixer.cache diff --git a/composer.json b/composer.json index a0fd4b1..d813d62 100755 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "orchestra/testbench": "^6.24|^7.10|^8|^9|9.x-dev|10.x-dev|dev-master", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "php-coveralls/php-coveralls": "^2.1", "guzzlehttp/guzzle": "~6.0|~7.0", "symfony/css-selector": "^5.4", diff --git a/phpunit.xml b/phpunit.xml index 271cbee..b987afa 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,13 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" + cacheDirectory=".phpunit.cache" > - - - ./src - - ./tests @@ -23,4 +19,9 @@ + + + ./src + +