Skip to content

Commit 3ad9244

Browse files
committed
feat: 兼容 laravel 7.x
1 parent ba7476d commit 3ad9244

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "composer"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2.5"
12+
"php": "^7.2.5|^8.0"
1313
},
1414
"require-dev": {
15-
"orchestra/testbench": "^4.0",
16-
"phpunit/phpunit": "^8.0",
17-
"orchestra/database": "^4.0",
18-
"jiannei/laravel-enum": "~1.4",
15+
"orchestra/testbench": "^5.0",
16+
"phpunit/phpunit": "^8.5.8|^9.3.3",
17+
"orchestra/database": "^5.0",
18+
"jiannei/laravel-enum": "^2.0",
1919
"league/fractal": "^0.19.2"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)