nexmo-bundle/composer.json

30 lines
685 B
JSON
Raw Permalink 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": [
{
2013-12-09 19:29:26 +00:00
"name": "Javi Hernández Gil",
2013-12-09 19:21:25 +00:00
"homepage": "https://github.com/javihernandezgil/nexmo-bundle"
}
],
"require": {
"php": ">=5.3.2",
2014-03-30 22:32:46 +00:00
"symfony/framework-bundle": ">=2.2.0"
2013-12-09 19:21:25 +00:00
},
"minimum-stability": "stable",
"autoload": {
"psr-0": {
"Jhg\\NexmoBundle": ""
}
},
"target-dir": "Jhg/NexmoBundle"
2014-03-30 22:32:46 +00:00
}