|
@@ -97,8 +97,6 @@ resolution.
|
|
|
* **--optimize-autoloader (-o):** Convert PSR-0/4 autoloading to classmap to get a faster
|
|
|
autoloader. This is recommended especially for production, but can take
|
|
|
a bit of time to run so it is currently not done by default.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
|
|
@@ -148,8 +146,6 @@ php composer.phar update vendor/*
|
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
* **--lock:** Only updates the lock file hash to suppress warning about the
|
|
|
lock file being out of date.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--with-dependencies:** Add also all dependencies of whitelisted packages to the whitelist.
|
|
|
* **--prefer-stable:** Prefer stable versions of dependencies.
|
|
|
* **--prefer-lowest:** Prefer lowest versions of dependencies. Useful for testing minimal
|
|
@@ -188,8 +184,6 @@ php composer.phar require vendor/package:2.* vendor/package2:dev-master
|
|
|
* **--update-no-dev:** Run the dependency update with the `--no-dev` option.
|
|
|
* **--update-with-dependencies:** Also update dependencies of the newly
|
|
|
required packages.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--sort-packages:** Keep packages sorted in `composer.json`.
|
|
|
* **--optimize-autoloader (-o):** Convert PSR-0/4 autoloading to classmap to
|
|
|
get a faster autoloader. This is recommended especially for production, but
|
|
@@ -265,8 +259,6 @@ You can also search for more than one term by passing multiple arguments.
|
|
|
### Options
|
|
|
|
|
|
* **--only-name (-N):** Search only in name.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
|
|
|
## show
|
|
|
|
|
@@ -310,8 +302,6 @@ php composer.phar show monolog/monolog 1.0.2
|
|
|
* **--installed (-i):** List the packages that are installed.
|
|
|
* **--platform (-p):** List only platform packages (php & extensions).
|
|
|
* **--self (-s):** List the root package info.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--tree (-t):** List the dependencies as a tree. Only usable when giving a single package name or combined with `-i`.
|
|
|
|
|
|
## browse / home
|
|
@@ -422,8 +412,6 @@ sudo composer self-update
|
|
|
### Options
|
|
|
|
|
|
* **--rollback (-r):** Rollback to the last version you had installed.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--clean-backups:** Delete old backups during an update. This makes the
|
|
|
current version of Composer the only backup available after the update.
|
|
|
|
|
@@ -517,8 +505,6 @@ By default the command checks for the packages on packagist.org.
|
|
|
* **--keep-vcs:** Skip the deletion of the VCS metadata for the created
|
|
|
project. This is mostly useful if you run the command in non-interactive
|
|
|
mode.
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
* **--ignore-platform-reqs:** ignore `php`, `hhvm`, `lib-*` and `ext-*`
|
|
|
requirements and force the installation even if the local machine does not
|
|
|
fulfill these.
|
|
@@ -579,11 +565,6 @@ problems.
|
|
|
php composer.phar diagnose
|
|
|
```
|
|
|
|
|
|
-### Options
|
|
|
-
|
|
|
-* **--disable-tls:** Display SSL/TLS peer verification.
|
|
|
-* **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
|
|
|
-
|
|
|
## archive
|
|
|
|
|
|
This command is used to generate a zip/tar archive for a given package in a
|