Skip to content

Commit dadb4af

Browse files
committed
Require specific vesrsion of twilio sdk
Require a specific version of the twilio (with tolerance for non-breaking changes) to avoid a potential breaking change on composer update in the future.
1 parent 4b72dd8 commit dadb4af

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
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"illuminate/support": "4.*",
17-
"twilio/sdk":"dev-master"
17+
"twilio/sdk":"3.12.*"
1818
},
1919
"autoload": {
2020
"psr-0": {

0 commit comments

Comments
 (0)