From 3d1d608518f1fa9de897ef45273b4dcb74ba81e9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 22 Feb 2015 22:31:05 +0100 Subject: [PATCH] composer and about command --- composer.json | 1 - src/Deblan/PowerDNS/Command/AboutCommand.php | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8bcb6a9..fd1c5ef 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ } }, "require": { - "php": ">=5.5", "symfony/process": "~2.6", "symfony/console": "2.*", "psr/log": "1.0.0", diff --git a/src/Deblan/PowerDNS/Command/AboutCommand.php b/src/Deblan/PowerDNS/Command/AboutCommand.php index 86fdb69..0e2200d 100644 --- a/src/Deblan/PowerDNS/Command/AboutCommand.php +++ b/src/Deblan/PowerDNS/Command/AboutCommand.php @@ -12,8 +12,7 @@ class AboutCommand extends Command { $this ->setName('about') - ->setDescription('') - ->setHelp("The %command.name% "); + ->setDescription('Show information about pdns-console'); } protected function execute(InputInterface $input, OutputInterface $output)