1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Clarify how check-platform-reqs works, fixes #8191

This commit is contained in:
Jordi Boggiano 2019-07-29 16:37:35 +02:00
parent 50d3c515ed
commit 45591597f6
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,8 @@ class CheckPlatformReqsCommand extends BaseCommand
<<<EOT
Checks that your PHP and extensions versions match the platform requirements of the installed packages.
Unlike update/install, this command will ignore config.platform settings and check the real platform packages so you can be certain you have the required platform dependencies.
<info>php composer.phar check-platform-reqs</info>
EOT