Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagepowershell
 $>php composer.phar show [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [package] [version]

...

Code Block
themeRDark
languagebash
$>php composer.phar require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [packages1] ... [packagesN]

...

Code Block
themeRDark
languagepowershell
$> php composer.phar search symfony composer

 can returns to you a list like this :

...

Code Block
themeRDark
languagepowershell
 $> php composer.phar validate [--no-check-all] [file]

...