diff --git a/.gitignore b/.gitignore
index f0d10af60..e6bbd7aea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.phpunit.cache
/node_modules
/public/build
/public/hot
@@ -7,7 +8,6 @@
.env
.env.backup
.env.production
-.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
diff --git a/composer.json b/composer.json
index 67fab0f25..08086a853 100644
--- a/composer.json
+++ b/composer.json
@@ -16,8 +16,8 @@
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
- "nunomaduro/collision": "^6.1",
- "phpunit/phpunit": "^9.5.10",
+ "nunomaduro/collision": "^7.0",
+ "phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
diff --git a/phpunit.xml b/phpunit.xml
index 2ac86a185..eb13aff19 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -12,7 +12,7 @@
./tests/Feature
-
+
./app