Skip to content

Commit

Permalink
支持 laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
vanry committed May 7, 2020
1 parent 139b627 commit 258fb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=7.0",
"illuminate/console": "~5.5|^6.0",
"illuminate/database": "~5.5|^6.0",
"illuminate/support": "~5.5|^6.0",
"illuminate/console": "~5.5|^6.0|^7.0",
"illuminate/database": "~5.5|^6.0|^7.0",
"illuminate/support": "~5.5|^6.0|^7.0",
"laravel/scout": "^6.0|^7.0",
"teamtnt/tntsearch": "^2.0"
},
Expand Down

0 comments on commit 258fb85

Please sign in to comment.