Skip to content

Commit

Permalink
feat: 兼容 laravel 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Sep 19, 2021
1 parent ba7476d commit 3ad9244
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}
],
"require": {
"php": ">=7.2.5"
"php": "^7.2.5|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0",
"orchestra/database": "^4.0",
"jiannei/laravel-enum": "~1.4",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"orchestra/database": "^5.0",
"jiannei/laravel-enum": "^2.0",
"league/fractal": "^0.19.2"
},
"autoload": {
Expand Down

0 comments on commit 3ad9244

Please sign in to comment.