Skip to content

Commit

Permalink
Merge pull request #14 from andyfleming/patch-1
Browse files Browse the repository at this point in the history
Require specific vesrsion of twilio sdk
  • Loading branch information
aloha committed Sep 4, 2014
2 parents 31bdf35 + dadb4af commit 47e69c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.*",
"twilio/sdk":"dev-master"
"twilio/sdk":"3.12.*"
},
"autoload": {
"psr-0": {
"Aloha\\Twilio": "src/"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 47e69c0

Please sign in to comment.