diff options
-rw-r--r-- | php-stecman-symfony-console-completion.spec | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/php-stecman-symfony-console-completion.spec b/php-stecman-symfony-console-completion.spec new file mode 100644 index 0000000..35b75ab --- /dev/null +++ b/php-stecman-symfony-console-completion.spec @@ -0,0 +1,28 @@ +{ + "name": "stecman/symfony-console-completion", + "description": "Automatic BASH completion for Symfony Console Component based applications.", + "license": "MIT", + "authors": [ + { + "name": "Stephen Holdaway", + "email": "stephen@stecman.co.nz" + } + ], + "require": { + "php": ">=5.3.2", + "symfony/console": "~2.3 || ~3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.4" + }, + "autoload": { + "psr-4": { + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" + } + }, + "extra": { + "branch-alias": { + "dev-master": "0.6.x-dev" + } + } +} |