Skip to content

Commit

Permalink
feat: add laravel 5.6 support (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellalMohamed authored and ellisio committed Sep 26, 2019
1 parent 5886f43 commit 611e76c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"require": {
"php": "^7.1.3",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/container": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/container": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"twilio/sdk": "~5.34.3"
},
"require-dev": {
Expand Down

0 comments on commit 611e76c

Please sign in to comment.