From 8c09b740838cca576d1627d0953dc6d009523184 Mon Sep 17 00:00:00 2001 From: softeg Date: Fri, 5 Jan 2018 15:31:46 +0100 Subject: [PATCH] Add config options to composer file. --- src/DrupalInitCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/DrupalInitCommand.php b/src/DrupalInitCommand.php index 84c0552..a126af0 100644 --- a/src/DrupalInitCommand.php +++ b/src/DrupalInitCommand.php @@ -140,6 +140,9 @@ protected function execute(InputInterface $input, OutputInterface $output) $options['config'] = [ 'sort-packages' => true, 'optimize-autoloader' => true, + 'apcu-autoloader' => true, + 'secure-http' => false, + 'discard-changes' => true, ]; if ($this->isDrupal7($input)) {