...
Info |
---|
Note : as usual with CLI, you can type $> php composer.phar help [--xml] [--format="..."] [--raw] [command_name] to get the help of the command. |
...
Code Block | ||
---|---|---|
| ||
$>php composer.phar show [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [package] [version] |
...
Code Block | ||||
---|---|---|---|---|
| ||||
$>php composer.phar require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [packages1] ... [packagesN] |
...
Code Block | ||||
---|---|---|---|---|
| ||||
$> php composer.phar search symfony composer |
can returns to you a list like this :
...
Code Block | ||||
---|---|---|---|---|
| ||||
$> php composer.phar validate [--no-check-all] [file] |
...