Skip to content

Commit

Permalink
Merge pull request #38 from cmgmyr/feature/5.6-upgrade
Browse files Browse the repository at this point in the history
update support to 5.6
  • Loading branch information
fwartner committed Feb 15, 2018
2 parents 5534468 + 1ae1156 commit aacc86e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -14,10 +14,10 @@
"require": {
"php": ">=5.5.9",
"twilio/sdk": "^5.4.1",
"illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
"illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down

0 comments on commit aacc86e

Please sign in to comment.