Browse Source

Update ConfigCommand to allow setting of htaccess-protect option

Wil Hall 7 years ago
parent
commit
afe83a7356
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Composer/Command/ConfigCommand.php

+ 1 - 0
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(