Created
March 4, 2016 14:36
-
-
Save matthewtrask/151d18ce2e4a672a3881 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "php-twilio-client", | |
"version": "0.0.1", | |
"authors": [ | |
{ | |
"name": "Matt Trask", | |
"email": "[email protected]" | |
} | |
], | |
"require": { | |
"php": ">=5.6", | |
"vlucas/phpdotenv": "2.1.*", | |
"guzzlehttp/guzzle": "6.*" | |
}, | |
"require-dev": { | |
"mockery/mockery": "0.9.*", | |
"phpunit/phpunit": "5.0.*", | |
"phpunit/php-code-coverage": "^3" | |
}, | |
"autoload": { | |
"psr-4": { | |
"rocketpastsix\\twilio\\": "src" | |
} | |
}, | |
"autoload-dev": { | |
"psr-4": { | |
"rocketpastsix\\twilio\\tests\\": "tests" | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment