1
0
Fork 0

Enhancement: Also validate if composer.lock is up to date

pull/4230/head
Andreas Möller 2015-07-08 09:25:55 -04:00
parent d79427f1a7
commit cb1470775c
1 changed files with 2 additions and 1 deletions

View File

@ -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