1
0
Fork 0

add example showing alternate syntax for specifying version

pull/4937/head
Peter Michaux 2016-02-20 11:26:06 -08:00
parent 8a2d1a2ee2
commit 32eb156153
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ version-controlled installation for developers of your project.
You can also specify the version with the package name using = or : as separator. You can also specify the version with the package name using = or : as separator.
<info>php composer.phar create-project vendor/project:version target-directory</info>
To install unstable packages, either specify the version you want, or use the To install unstable packages, either specify the version you want, or use the
--stability=dev (where dev can be one of RC, beta, alpha or dev). --stability=dev (where dev can be one of RC, beta, alpha or dev).