소스 검색

Update ConfigCommand to allow setting of htaccess-protect option

Wil Hall 7 년 전
부모
커밋
afe83a7356
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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(