mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
CS fixer
This commit is contained in:
parent
02d56da414
commit
ff59bbdab0
59 changed files with 196 additions and 111 deletions
|
@ -26,7 +26,8 @@ class CheckPlatformReqsCommand extends BaseCommand
|
|||
{
|
||||
$this->setName('check-platform-reqs')
|
||||
->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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue