diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 774f1c0..dec45a4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,7 +5,3 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10
- automerged_updates:
- # Opcional: auto-merge patch/minor updates after tests pass
- # cuidado com merges automáticos; só ativa se confiares no CI
- enable: true
diff --git a/.gitignore b/.gitignore
index f0d35b3..8142381 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
composer.lock
vendor/
.idea/
-.phpunit.cache
\ No newline at end of file
+.phpunit.cache
+.phpunit.result.cache
diff --git a/.idea/laravel-utm-tracker.iml b/.idea/laravel-utm-tracker.iml
index 508a77e..376154a 100644
--- a/.idea/laravel-utm-tracker.iml
+++ b/.idea/laravel-utm-tracker.iml
@@ -4,112 +4,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/php.xml b/.idea/php.xml
index 9506f1a..196ce4f 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -10,116 +10,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/composer.json b/composer.json
index 1087350..781fdaf 100644
--- a/composer.json
+++ b/composer.json
@@ -16,12 +16,12 @@
}
],
"require": {
- "php": "^7.4|^8.0",
- "illuminate/support": "^8.0"
+ "php": "^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
+ "illuminate/support": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
- "orchestra/testbench": "^6.0",
- "phpunit/phpunit": "^9.0"
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
+ "phpunit/phpunit": "^9.5 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {