diff --git a/composer.json b/composer.json index 457711e..24d73f8 100644 --- a/composer.json +++ b/composer.json @@ -9,10 +9,9 @@ } ], "require-dev": { - "orchestra/testbench": "^5.0|^6.23|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21|^2.0", - "pestphp/pest-plugin-laravel": "^1.1", - "friendsofphp/php-cs-fixer": "^3.9" + "orchestra/testbench": "^9.0|^10.0", + "friendsofphp/php-cs-fixer": "^3.9", + "pestphp/pest": "^2.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 3fa8a52..6330bb2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,23 +1,5 @@ - - - - src/ - - + ./tests/Unit @@ -31,4 +13,9 @@ - \ No newline at end of file + + + src/ + + +