composer: docs: fix conflicting statement about defaults (#27313)

pull/27316/head
René Moser 7 years ago committed by GitHub
parent b2d609b6f1
commit bb5b1680f8

@ -112,7 +112,7 @@ options:
description:
- Optimize autoloader during autoloader dump (see --optimize-autoloader).
- Convert PSR-0/4 autoloading to classmap to get a faster autoloader.
- Recommended especially for production, but can take a bit of time to run so it is currently not done by default.
- Recommended especially for production, but can take a bit of time to run.
required: false
default: true
choices: [ true, false]

Loading…
Cancel
Save