Skip to content

Commit

Permalink
Added support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller authored Aug 5, 2019
1 parent a0a490e commit 93243a5
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 @@ -30,10 +30,10 @@
"require": {
"php" : ">=7.1",
"ext-json": "*",
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/view": "~5.6.0|~5.7.0|~5.8.0|~5.9.0",
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/view": "~5.6.0|~5.7.0|~5.8.0|^6.0",
"napp/apicore": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 93243a5

Please sign in to comment.