Skip to content

Commit

Permalink
支持 Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vanry committed Oct 20, 2020
1 parent 871cf26 commit 4a5500f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
],
"require": {
"php": ">=7.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",
"illuminate/view": "~5.5|^6.0|^7.0",
"illuminate/console": "~5.5|^6.0|^7.0|^8.0",
"illuminate/database": "~5.5|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
"illuminate/view": "~5.5|^6.0|^7.0|^8.0",
"laravel/scout": "^6.0|^7.0|^8.0",
"lmz/phpanalysis": "^1.0",
"teamtnt/tntsearch": "^2.0"
Expand Down

0 comments on commit 4a5500f

Please sign in to comment.