From 724a3467bb852f5a6d8544d49ceadb2cf8fe8d54 Mon Sep 17 00:00:00 2001 From: David Carr Date: Thu, 12 Mar 2026 11:45:29 +0000 Subject: [PATCH] Update PHPUnit configuration and refine development dependencies --- composer.json | 7 +++---- phpunit.xml | 27 +++++++-------------------- 2 files changed, 10 insertions(+), 24 deletions(-) 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/ + + +