From 525e6cddaa65056d278f21e84821c1b545d7d5af Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 16 Dec 2017 22:04:48 +0100 Subject: [PATCH] Add check-platform-reqs to docs --- doc/03-cli.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 4a5ab720a..9acb8690b 100644 --- a/doc/03-cli.md +++ b/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`