From cb1470775c348e98d7c554e733dfec1882284323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Wed, 8 Jul 2015 09:25:55 -0400 Subject: [PATCH] Enhancement: Also validate if composer.lock is up to date --- doc/03-cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 136644519..7e9a9a343 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -339,7 +339,8 @@ php composer.phar validate ### Options -* **--no-check-all:** Whether or not Composer does a complete validation. +* **--no-check-all:** Do not emit a warning if requirements in `composer.json` use unbound version constraints. +* **--no-check-publish:** Do not emit an error and exit with non-zero if `composer.json` is unsuitable for publishing as a package on Packagist. ## status