Skip to content

Commit

Permalink
Added Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Aug 23, 2019
1 parent 119664e commit f113d0f
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 @@ -19,9 +19,9 @@
},
"require": {
"php": "^7.1.3",
"illuminate/database": "^5.6",
"illuminate/http": "^5.6",
"illuminate/support": "^5.6",
"illuminate/database": "^5.6|^6.0",
"illuminate/http": "^5.6|^6.0",
"illuminate/support": "^5.6|^6.0",
"nesbot/carbon": "^1.20|^2.0"
},
"autoload": {
Expand Down

0 comments on commit f113d0f

Please sign in to comment.