From afe83a73563b5d09a0d01d3f610196527a8eab85 Mon Sep 17 00:00:00 2001 From: Wil Hall Date: Thu, 15 Jun 2017 11:53:43 -0400 Subject: [PATCH] Update ConfigCommand to allow setting of htaccess-protect option --- src/Composer/Command/ConfigCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php index 4d50f88da..1761402ee 100644 --- a/src/Composer/Command/ConfigCommand.php +++ b/src/Composer/Command/ConfigCommand.php @@ -402,6 +402,7 @@ EOT }, ), 'github-expose-hostname' => array($booleanValidator, $booleanNormalizer), + 'htaccess-protect' => array($booleanValidator, $booleanNormalizer), ); $multiConfigValues = array( 'github-protocols' => array(