Skip to content

Commit d4174bb

Browse files
Limit version number because of non semver breaking change of twilio sdk
1 parent 0a644dd commit d4174bb

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":"5.*"
20+
"twilio/sdk":"5.*,<5.42.0"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^1.9",

0 commit comments

Comments
 (0)