Skip to content

Commit

Permalink
Merge pull request #29 from JackieDo/version-2.x
Browse files Browse the repository at this point in the history
Upgrade features
  • Loading branch information
JackieDo authored Apr 7, 2020
2 parents 10c6b52 + d74a742 commit 5417c68
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,22 @@
"illuminate/http": "5.*",
"illuminate/pagination": "5.*",
"illuminate/support": "5.*",
"nesbot/carbon": "~1.20"
"nesbot/carbon": "~1.20 || ^2.0"
},
"autoload": {
"psr-4": {
"Jackiedo\\LogReader\\": "src/Jackiedo/LogReader"
}
},
"extra": {
"laravel": {
"providers": [
"Jackiedo\\LogReader\\LogReaderServiceProvider"
],
"aliases": {
"LogReader": "Jackiedo\\LogReader\\Facades\\LogReader"
}
}
},
"minimum-stability": "stable"
}

0 comments on commit 5417c68

Please sign in to comment.