diff --git a/composer.json b/composer.json index 39c692e..8a86611 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "mockery/mockery": "~1.3.3 || ^1.4.2", "nunomaduro/larastan": "^1.0 || ^2.0", "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^9.3.3 || ^10.0", + "phpunit/phpunit": "^9.3.3 || ^10.0 || ^11.0", "zing/coding-standard": "^6.4 || ^7.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d76ef5a..e4c2763 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,20 @@ - - - - ./src - - + ./tests + + + ./src + +