composer.json
This commit is contained in:
parent
60827368e8
commit
485caf0c83
30
composer.json
Normal file
30
composer.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "javihernandezgil/nexmo-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "This bundle integrates Nexmo libs",
|
||||
"keywords": ["symfony", "bundle", "nexmo", "sms"],
|
||||
"license": "MIT",
|
||||
|
||||
"authors": [
|
||||
{
|
||||
"name": "Javier 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": ""
|
||||
}
|
||||
},
|
||||
|
||||
"target-dir": "Jhg/NexmoBundle"
|
||||
}
|
Loading…
Reference in New Issue
Block a user