diff --git a/composer.json b/composer.json index eeab607..f08fd78 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", - "pestphp/pest": "^2.0", + "pestphp/pest": "^v1.23.1", "psalm/plugin-laravel": "^2.0", "vimeo/psalm": "^5.0" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6ce5ee7..46616e3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,32 +1,29 @@ - - - - - tests - - - - - - - - - - src/ - - - src/Support - - - + + + + tests + + + + + src/ + + src/Support + + + + + +