From 6b806d3afdce787e06ca4c4ac93bff6a003c9312 Mon Sep 17 00:00:00 2001 From: Wil Hall Date: Thu, 15 Jun 2017 11:53:13 -0400 Subject: [PATCH] Add cli documentation for COMPOSER_HTACCESS_PROTECT env variable --- doc/03-cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index cbb67a508..c732f6195 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -898,4 +898,8 @@ If set to 1, this env changes the default path repository strategy to `mirror` i of `symlink`. As it is the default strategy being set it can still be overwritten by repository options. +### COMPOSER_HTACCESS_PROTECT + +Defaults to `true`. If set to `false`, Composer will not create `.htaccess` files in the composer home, cache, and data directories. + ← [Libraries](02-libraries.md) | [Schema](04-schema.md) →