|
@@ -105,6 +105,7 @@ resolution.
|
|
a bit of time to run so it is currently not done by default.
|
|
a bit of time to run so it is currently not done by default.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
|
+* **--apcu-autoloader:** Use APCu to cache found/not-found classes.
|
|
|
|
|
|
## update
|
|
## update
|
|
|
|
|
|
@@ -150,6 +151,7 @@ php composer.phar update vendor/*
|
|
a bit of time to run so it is currently not done by default.
|
|
a bit of time to run so it is currently not done by default.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
|
+* **--apcu-autoloader:** Use APCu to cache found/not-found classes.
|
|
* **--lock:** Only updates the lock file hash to suppress warning about the
|
|
* **--lock:** Only updates the lock file hash to suppress warning about the
|
|
lock file being out of date.
|
|
lock file being out of date.
|
|
* **--with-dependencies:** Add also all dependencies of whitelisted packages to the whitelist.
|
|
* **--with-dependencies:** Add also all dependencies of whitelisted packages to the whitelist.
|
|
@@ -199,6 +201,7 @@ php composer.phar require vendor/package:2.* vendor/package2:dev-master
|
|
can take a bit of time to run so it is currently not done by default.
|
|
can take a bit of time to run so it is currently not done by default.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
|
+* **--apcu-autoloader:** Use APCu to cache found/not-found classes.
|
|
* **--prefer-stable:** Prefer stable versions of dependencies.
|
|
* **--prefer-stable:** Prefer stable versions of dependencies.
|
|
* **--prefer-lowest:** Prefer lowest versions of dependencies. Useful for testing minimal
|
|
* **--prefer-lowest:** Prefer lowest versions of dependencies. Useful for testing minimal
|
|
versions of requirements, generally used with `--prefer-stable`.
|
|
versions of requirements, generally used with `--prefer-stable`.
|
|
@@ -231,6 +234,7 @@ uninstalled.
|
|
can take a bit of time to run so it is currently not done by default.
|
|
can take a bit of time to run so it is currently not done by default.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
Implicitly enables `--optimize-autoloader`.
|
|
|
|
+* **--apcu-autoloader:** Use APCu to cache found/not-found classes.
|
|
|
|
|
|
## global
|
|
## global
|
|
|
|
|
|
@@ -651,6 +655,7 @@ performance.
|
|
a bit of time to run so it is currently not done by default.
|
|
a bit of time to run so it is currently not done by default.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
* **--classmap-authoritative (-a):** Autoload classes from the classmap only.
|
|
Implicitly enables `--optimize`.
|
|
Implicitly enables `--optimize`.
|
|
|
|
+* **--apcu:** Use APCu to cache found/not-found classes.
|
|
* **--no-dev:** Disables autoload-dev rules.
|
|
* **--no-dev:** Disables autoload-dev rules.
|
|
|
|
|
|
## clear-cache
|
|
## clear-cache
|