Browse Source

Add check-platform-reqs to docs

Jordi Boggiano 7 years ago
parent
commit
525e6cddaa
1 changed files with 7 additions and 0 deletions
  1. 7 0
      doc/03-cli.md

+ 7 - 0
doc/03-cli.md

@@ -249,6 +249,13 @@ uninstalled.
   Implicitly enables `--optimize-autoloader`.
 * **--apcu-autoloader:** Use APCu to cache found/not-found classes.
 
+## check-platform-reqs
+
+The check-platform-reqs command checks that your PHP and extensions versions
+match the platform requirements of the installed packages. This can be used
+to verify that a production server has all the extensions needed to run a
+project after installing it for example.
+
 ## global
 
 The global command allows you to run other commands like `install`, `remove`, `require`