Tweak help/description
parent
b579884e15
commit
6bb3ab1868
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue