Skip to content

Commit

Permalink
Merge pull request #5 from c17r/master
Browse files Browse the repository at this point in the history
Update for Laravel 7.x
  • Loading branch information
KABBOUCHI authored Mar 5, 2020
2 parents 9aef1fe + 4feb242 commit 4998c96
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 @@ -15,9 +15,9 @@
],
"require": {
"php": ">=7.1.0",
"illuminate/contracts": "~5.6|~6.0",
"illuminate/queue": "~5.6|~6.0",
"illuminate/support": "~5.6|~6.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",
"monolog/monolog": "~1.12"
},
Expand Down

0 comments on commit 4998c96

Please sign in to comment.