From 5317f9e542782ff095113c51135eb9fc50d3722d Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 30 Nov 2012 16:46:22 +0100 Subject: [PATCH] [docs] create-project command --stability option --- doc/03-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 4c422c756..43e18e33f 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -244,6 +244,7 @@ By default the command checks for the packages on packagist.org. * **--repository-url:** Provide a custom repository to search for the package, which will be used instead of packagist. Can be either an HTTP URL pointing to a `composer` repository, or a path to a local `packages.json` file. +* **--stability:** Minimum stability of package. Defaults to `stable`. * **--prefer-source:** Install packages from `source` when available. * **--prefer-dist:** Install packages from `dist` when available. * **--dev:** Install packages listed in `require-dev`.