1
0
Fork 0

Tweak help/description

pull/6864/head
Jordi Boggiano 2017-12-01 17:03:42 +01:00
parent b579884e15
commit 6bb3ab1868
1 changed files with 4 additions and 1 deletions

View File

@ -16,9 +16,12 @@ class CheckPlatformReqsCommand extends BaseCommand
protected function configure() protected function configure()
{ {
$this->setName('check-platform-reqs') $this->setName('check-platform-reqs')
->setDescription('Check platform requirements of your project.') ->setDescription('Check that platform requirements are satisfied.')
->setHelp(<<<EOT ->setHelp(<<<EOT
Checks that your PHP and extensions versions match the platform requirements of the installed packages.
<info>php composer.phar check-platform-reqs</info> <info>php composer.phar check-platform-reqs</info>
EOT EOT
); );
} }