diff --git a/composer.json b/composer.json index 4f17e30..1c15c0a 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ }, "require-dev": { "squizlabs/php_codesniffer": "@stable", - "symfony/var-dumper": "^5.0", - "pestphp/pest": "^1.0" + "symfony/var-dumper": "^5.4|^6.4|^7.1", + "pestphp/pest": "^1.22|^2.36|^3.5" }, "config": { "allow-plugins": { diff --git a/phpunit.xml b/phpunit.xml index fc3630d..c635e39 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,27 +1,20 @@ - - - tests - - - - - src - - + + + tests + + + + + ./src + +