1
0
Fork 0

Clarify --no-check-publish in docs

pull/4219/head
Nils Adermann 2015-07-09 13:04:41 +02:00
parent 984c0afddf
commit 39e6f51bef
1 changed files with 2 additions and 1 deletions

View File

@ -341,7 +341,8 @@ php composer.phar validate
### Options ### Options
* **--no-check-all:** Do not emit a warning if requirements in `composer.json` use unbound version constraints. * **--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. * **--no-check-publish:** Do not emit an error if `composer.json` is unsuitable for publishing as a package on Packagist but is otherwise valid.
## status ## status