diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7cbf4b9 --- /dev/null +++ b/composer.json @@ -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" +} \ No newline at end of file