nexmo-bundle/composer.json
Javier Hernández Gil 7f1e3a3b3c Update composer.json
2014-06-07 11:57:08 +02:00

30 lines
669 B
JSON

{
"name": "javihgil/nexmo-bundle",
"type": "symfony-bundle",
"description": "This bundle integrates Nexmo libs",
"keywords": ["symfony", "bundle", "nexmo", "sms"],
"license": "MIT",
"authors": [
{
"name": "Javi Hernández Gil",
"homepage": "https://github.com/javihgil/nexmo-bundle"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Jhg\\NexmoBundle": ""
}
},
"target-dir": "Jhg/NexmoBundle"
}