From c988148a9bcc5548d4c8a32bfd41d706d0ee0f3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Nov 2017 10:32:43 +0100 Subject: import from Fedora --- php-stecman-symfony-console-completion.spec | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 php-stecman-symfony-console-completion.spec 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" + } + } +} -- cgit