Skip to content

Commit a731e78

Browse files
Merge pull request #138 from cbj4074/patch-1
Re-add upper bound on twilio/sdk version constraint
2 parents ec2e06d + 7b8e170 commit a731e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"require": {
1919
"php": ">=5.5.0",
20-
"twilio/sdk":">=3.12.0"
20+
"twilio/sdk":">=3.12.0,<5.0.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^1.9",

0 commit comments

Comments
 (0)