Skip to content

Commit

Permalink
Merge pull request #8 from adlerdias/master
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Sep 9, 2020
2 parents f98e151 + 09457e5 commit 3ffdddb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
],
"require": {
"php": ">=7.1.0",
"illuminate/contracts": "~5.6|~6.0|~7.0",
"illuminate/queue": "~5.6|~6.0|~7.0",
"illuminate/support": "~5.6|~6.0|~7.0",
"guzzlehttp/guzzle": "^6.3",
"php": "^7.2.5",
"illuminate/contracts": "~7.0|~8.0",
"illuminate/queue": "~7.0|~8.0",
"illuminate/support": "~7.0|~8.0",
"guzzlehttp/guzzle": "^7.0.1",
"monolog/monolog": "~1.12|^2.0"
},
"autoload": {
Expand Down

0 comments on commit 3ffdddb

Please sign in to comment.