Skip to content

Commit 47e69c0

Browse files
committed
Merge pull request #14 from andyfleming/patch-1
Require specific vesrsion of twilio sdk
2 parents 31bdf35 + dadb4af commit 47e69c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
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": {
2121
"Aloha\\Twilio": "src/"
2222
}
2323
},
2424
"minimum-stability": "stable"
25-
}
25+
}

0 commit comments

Comments
 (0)