Skip to content

Commit

Permalink
update version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaannddreew committed Sep 5, 2019
1 parent f245b03 commit 2009dc6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"nesbot/carbon": "~1.21"
"guzzlehttp/guzzle": "~6.0|^6.3",
"illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/routing": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/validation": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"nesbot/carbon": "^1.26.3 || ^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2009dc6

Please sign in to comment.