Skip to content

Commit

Permalink
Laravel 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Sep 28, 2019
1 parent fc56a0f commit 1e3cede
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",
"illuminate/queue": "~5.6",
"illuminate/support": "~5.6",
"illuminate/contracts": "~5.6|~6.0",
"illuminate/queue": "~5.6|~6.0",
"illuminate/support": "~5.6|~6.0",
"guzzlehttp/guzzle": "^6.3",
"monolog/monolog": "~1.12"
},
Expand Down

0 comments on commit 1e3cede

Please sign in to comment.