Skip to content

Commit

Permalink
feat: 支持 laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jiannei committed Sep 19, 2021
1 parent 3ad9244 commit 7c102b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"php": "^7.2.5|^8.0"
},
"require-dev": {
"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"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3.3",
"orchestra/database": "^6.0",
"jiannei/laravel-enum": "^3.0",
"league/fractal": "^0.19.2",
"laravel/legacy-factories": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7c102b8

Please sign in to comment.