nexmo-bundle/composer.json

30 lines
738 B
JSON
Raw Normal View History

2013-12-09 19:21:25 +00:00
{
"name": "javihernandezgil/nexmo-bundle",
"type": "symfony-bundle",
"description": "This bundle integrates Nexmo libs",
"keywords": ["symfony", "bundle", "nexmo", "sms"],
"license": "MIT",
"authors": [
{
"name": "Javier Hernández Gil",
"homepage": "https://github.com/javihernandezgil/nexmo-bundle"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2.0",
"javihernandezgil/nexmo-php-lib": "dev-master"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Jhg\\NexmoBundle": ""
}
},
"target-dir": "Jhg/NexmoBundle"
}