Add dry-run argument to dump-autoload documentation (#12138)
parent
8728a75930
commit
469a156b59
|
@ -983,6 +983,7 @@ performance.
|
|||
* **--apcu:** Use APCu to cache found/not-found classes.
|
||||
* **--apcu-prefix:** Use a custom prefix for the APCu autoloader cache.
|
||||
Implicitly enables `--apcu`.
|
||||
* **--dry-run:** Outputs the operations but will not execute anything.
|
||||
* **--no-dev:** Disables autoload-dev rules. Composer will by default infer this
|
||||
automatically according to the last `install` or `update` `--no-dev` state.
|
||||
* **--dev:** Enables autoload-dev rules. Composer will by default infer this
|
||||
|
|
Loading…
Reference in New Issue