diff --git a/.gitignore b/.gitignore index 5cad475..c49f2ee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ composer.lock docs vendor coverage -.phpunit.result.cache +.phpunit.cache .idea .php_cs.cache diff --git a/composer.json b/composer.json index 487022c..f8221ff 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "mockery/mockery": "^1.5", "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 140b531..05abfe0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,30 +1,32 @@ - - - src/ - - - - - - - - tests/Feature - - - tests/Unit - - - - - - - + + + + + + + + tests/Feature + + + tests/Unit + + + + + + + + + + src/ + +