Skip to content

Commit

Permalink
Merge pull request #138 from cbj4074/patch-1
Browse files Browse the repository at this point in the history
Re-add upper bound on twilio/sdk version constraint
  • Loading branch information
hannesvdvreken authored Jul 18, 2017
2 parents ec2e06d + 7b8e170 commit a731e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "MIT",
"require": {
"php": ">=5.5.0",
"twilio/sdk":">=3.12.0"
"twilio/sdk":">=3.12.0,<5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.9",
Expand Down

0 comments on commit a731e78

Please sign in to comment.