From 1eec4fdfa5786ac53ad885e113773cc7b28eab76 Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Wed, 27 May 2015 09:19:19 +0200 Subject: [PATCH] Add archive configuration default values --- src/Composer/Config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Composer/Config.php b/src/Composer/Config.php index ba8e2bdc7..49d477154 100644 --- a/src/Composer/Config.php +++ b/src/Composer/Config.php @@ -46,6 +46,8 @@ class Config 'github-expose-hostname' => true, 'store-auths' => 'prompt', 'platform' => array(), + 'archive-format' => 'tar', + 'archive-dir' => '.', // valid keys without defaults (auth config stuff): // github-oauth // http-basic