.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH COMPOSER "1" "April 2021" "composer 1.8.4+deb10u1" "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 Shows the short information about Composer. .TP archive Creates an archive of this composer package. .TP browse [home] Opens the package's repository URL or homepage in your browser. .TP check\-platform\-reqs Check that platform requirements are satisfied. .TP clear\-cache [clearcache] Clears composer's internal package cache. .TP config Sets config options. .TP create\-project Creates new project from a package into given directory. .TP depends [why] Shows which packages cause the given package to be installed. .TP diagnose Diagnoses the system to identify common errors. .TP dump\-autoload [dumpautoload] Dumps the autoloader. .TP exec Executes a vendored binary/script. .TP global Allows running commands in the global composer dir ($COMPOSER_HOME). .TP help Displays help for a command .TP init Creates a basic composer.json file in current directory. .TP install [i] Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json. .TP licenses Shows 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 [why\-not] 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 Runs the scripts defined in composer.json. .TP search Searches for packages. .TP show [info] Shows information about packages. .TP status Shows a list of locally modified packages, for packages installed from source. .TP suggests Shows package suggestions. .TP update [u|upgrade] Upgrades 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.