Skip to content

Commit 62fcac8

Browse files
authored
Merge pull request #1 from code-tree-dev/update-project
PHP 8 + Fix dependabot
2 parents e1cb6a5 + 54ca871 commit 62fcac8

File tree

5 files changed

+6
-225
lines changed

5 files changed

+6
-225
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ updates:
55
schedule:
66
interval: "daily"
77
open-pull-requests-limit: 10
8-
automerged_updates:
9-
# Opcional: auto-merge patch/minor updates after tests pass
10-
# cuidado com merges automáticos; só ativa se confiares no CI
11-
enable: true

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
composer.lock
22
vendor/
33
.idea/
4-
.phpunit.cache
4+
.phpunit.cache
5+
.phpunit.result.cache

.idea/laravel-utm-tracker.iml

Lines changed: 0 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 0 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0",
20-
"illuminate/support": "^8.0"
19+
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
20+
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^6.0",
24-
"phpunit/phpunit": "^9.0"
23+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
24+
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)