Skip to content

Commit

Permalink
Update for Laravel 5.8 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Morgan Andersen authored and mpociot committed Mar 10, 2019
1 parent 0e7b081 commit 3672bad
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 @@ -18,9 +18,9 @@
"php": ">=7.0",
"botman/botman": "~2.0|~3.0",
"guzzlehttp/guzzle": "~6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/console": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"thecodingmachine/discovery": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 3672bad

Please sign in to comment.