We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154f6cb commit 0c13ffeCopy full SHA for 0c13ffe
README.md
@@ -1,4 +1,3 @@
1
-
2
laravel4-twilio
3
===============
4
Laravel 4 Twillio API Integration
@@ -12,7 +11,7 @@ Laravel 4 Twillio API Integration
12
11
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `travisjryan/twilio`.
13
14
"require": {
15
- "laravel/framework": "4.0.*",
+ "laravel/framework": "4.1.*",
16
"travisjryan/twilio": "dev-master"
17
},
18
"minimum-stability" : "dev"
@@ -50,4 +49,4 @@ Creating a Call
50
49
51
### License
52
53
-laravel4-twilio is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
+laravel4-twilio is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
0 commit comments