Skip to content

Instantly share code, notes, and snippets.

@matthewtrask
Created March 4, 2016 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtrask/151d18ce2e4a672a3881 to your computer and use it in GitHub Desktop.
Save matthewtrask/151d18ce2e4a672a3881 to your computer and use it in GitHub Desktop.
{
"name": "php-twilio-client",
"version": "0.0.1",
"authors": [
{
"name": "Matt Trask",
"email": "mjftrask@gmail.com"
}
],
"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