Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Add config options to composer file. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

softeg
Copy link

@softeg softeg commented Jan 5, 2018

No description provided.

@softeg
Copy link
Author

softeg commented Jan 31, 2018

@hussainweb Pleaze you can apply for this PR ?

Copy link
Owner

@hussainweb hussainweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@softeg, thank you for suggesting these changes and I am sorry for the delay in getting back to you. I have requested a few changes before I can merge this in. Please take a look.

@@ -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,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@softeg, I am not sure if this is a good idea to turn off by default. I know there are cases where secure-http must be disabled but I would rather letting the user do this rather than set it for them.

@@ -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,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@softeg, I am thinking we should keep this as "stash" by default.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants