.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH COMPOSER "1" "November 2016" "composer 1.2.2" "User Commands" .SH NAME composer \- Composer command line interface .SH SYNOPSIS .B composer \fI\,command \/\fR[\fI\,options\/\fR] [\fI\,arguments\/\fR] .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Display this help message .TP \fB\-q\fR, \fB\-\-quiet\fR Do not output any message .TP \fB\-V\fR, \fB\-\-version\fR Display this application version .TP \fB\-\-ansi\fR Force ANSI output .TP \fB\-\-no\-ansi\fR Disable ANSI output .TP \fB\-n\fR, \fB\-\-no\-interaction\fR Do not ask any interactive question .TP \fB\-\-profile\fR Display timing and memory usage information .TP \fB\-\-no\-plugins\fR Whether to disable plugins. .TP \fB\-d\fR, \fB\-\-working\-dir\fR=\fI\,WORKING\-DIR\/\fR If specified, use the given directory as working directory. .TP \fB\-v\fR|vv|vvv, \fB\-\-verbose\fR Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug .SS "Available commands:" .TP about Short information about Composer .TP archive Create an archive of this composer package .TP browse Opens the package's repository URL or homepage in your browser. .TP clear\-cache Clears composer's internal package cache. .TP clearcache Clears composer's internal package cache. .TP config Set config options .TP create\-project Create new project from a package into given directory. .TP depends Shows which packages cause the given package to be installed .TP diagnose Diagnoses the system to identify common errors. .TP dump\-autoload Dumps the autoloader .TP dumpautoload Dumps the autoloader .TP exec Execute a vendored binary/script .TP global Allows running commands in the global composer dir ($COMPOSER_HOME). .TP help Displays help for a command .TP home Opens the package's repository URL or homepage in your browser. .TP info Show information about packages .TP init Creates a basic composer.json file in current directory. .TP install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json. .TP licenses Show information about licenses of dependencies .TP list Lists commands .TP outdated Shows a list of installed packages that have updates available, including their latest version. .TP prohibits Shows which packages prevent the given package from being installed .TP remove Removes a package from the require or require\-dev .TP require Adds required packages to your composer.json and installs them .TP run\-script Run the scripts defined in composer.json. .TP search Search for packages .TP show Show information about packages .TP status Show a list of locally modified packages .TP suggests Show package suggestions .TP update Updates your dependencies to the latest version according to composer.json, and updates the composer.lock file. .TP validate Validates a composer.json and composer.lock .TP why Shows which packages cause the given package to be installed .TP why\-not Shows which packages prevent the given package from being installed