diff --git a/.gitignore b/.gitignore
index 7cfa9b7..7b4f54c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ atlassian-ide-plugin.xml
/vagrant
Vagrantfile
.phpunit.result.cache
+/.phpunit.cache
diff --git a/composer.json b/composer.json
index 7f2e312..1a18ade 100644
--- a/composer.json
+++ b/composer.json
@@ -10,15 +10,14 @@
}
],
"require": {
- "php": "^8.1.0",
- "illuminate/support": "^9.0",
- "illuminate/database": "^9.0",
- "illuminate/pagination": "^9.0"
+ "php": "^8.1",
+ "illuminate/database": "^10.0",
+ "illuminate/pagination": "^10.0"
},
"require-dev": {
- "mockery/mockery": "^1.4.4",
- "phpunit/phpunit": "^9.5.8"
- },
+ "mockery/mockery": "^1.5.1",
+ "phpunit/phpunit": "^10.0.7"
+},
"autoload": {
"psr-4": {
"Jfelder\\": "src/Jfelder"
diff --git a/phpunit.xml b/phpunit.xml
index 422eeac..e923dca 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,17 +1,21 @@
+ cacheDirectory=".phpunit.cache"
+ backupStaticProperties="false">
- ./tests/
+ ./tests
-
+
+
+
+
+
+
+
\ No newline at end of file