diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
index e031ee7..3badd79 100644
--- a/.php-cs-fixer.dist.php
+++ b/.php-cs-fixer.dist.php
@@ -68,7 +68,7 @@
'whitespace_after_comma_in_array' => true,
])
->setFinder(PhpCsFixer\Finder::create()
- ->exclude(['vendor', 'tests/Http/Responses/metadata'])
+ ->exclude(['vendor', 'tests/Unit/Http/Responses/metadata'])
->in(__DIR__)
)
;
diff --git a/composer.json b/composer.json
index b9c0bca..7c9e3fc 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
"require-dev": {
"roave/security-advisories": "dev-latest",
"friendsofphp/php-cs-fixer": "^3.52",
- "phpunit/phpunit": "^10.0",
+ "phpunit/phpunit": "^10.5",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.9|^9.0",
"phpstan/phpstan-phpunit": "^1.3",
@@ -47,7 +47,8 @@
"vimeo/psalm": "^5.23",
"psalm/plugin-laravel": "^2.10",
"psalm/plugin-phpunit": "^0.19",
- "infection/infection": "^0.27.10"
+ "infection/infection": "^0.27.10",
+ "laravel/framework": "^10.48"
},
"scripts": {
"lint": "parallel-lint --exclude .git --exclude vendor .",
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index a8dd75f..cffad2a 100755
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -6,9 +6,14 @@
-
- tests
-
+
+
+ ./tests/Unit
+
+
+ tests/Feature
+
+