فهرست منبع

Merge pull request #4230 from localheinz/fix/validate

Fix: Update docs for validate command
Nils Adermann 9 سال پیش
والد
کامیت
984c0afddf
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      doc/03-cli.md

+ 2 - 1
doc/03-cli.md

@@ -340,7 +340,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