Skip to content

Commit

Permalink
Merge pull request #2 from dungnh/update_package_info
Browse files Browse the repository at this point in the history
Updated to support Laravel 7x
  • Loading branch information
dungnh authored May 26, 2020
2 parents 4639c6c + 71a4369 commit a404f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8|^6.0",
"illuminate/database": "^5.8|^6.0",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0",
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit a404f0f

Please sign in to comment.