1
0
Fork 0

Add dry-run argument to dump-autoload documentation (#12138)

pull/12143/head
PrinsFrank 2024-10-02 12:52:57 +02:00 committed by GitHub
parent 8728a75930
commit 469a156b59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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