nexmo-bundle/composer.json
Javier Hernández Gil d5dc3a6a82 Update dependences
2014-03-31 00:32:46 +02:00

30 lines
685 B
JSON

{
"name": "javihernandezgil/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/javihernandezgil/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"
}