30 lines
669 B
JSON
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"
|
|
}
|