nexmo-bundle/composer.json
Javier Hernández Gil 73a8df80d0 Composer.json fix
2013-12-09 21:03:04 +01:00

28 lines
698 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",
"javihernandezgil/nexmo-php-lib": "dev-master"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Jhg\\NexmoBundle": ""
}
}
}