composer.json

This commit is contained in:
Javier Hernández Gil 2013-12-09 20:21:25 +01:00
parent 60827368e8
commit 485caf0c83

30
composer.json Normal file
View 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"
}