We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470b148 commit 43b5800Copy full SHA for 43b5800
src/File/Composer.php
@@ -91,7 +91,7 @@ protected function addAutoloadToComposerJson(array &$content): Composer
91
92
protected function addComposerSettings(array &$content): Composer
93
{
94
- $content = array_merge_recursive($content, $this->getGenerator()->getOptionComposerSettings());
+ $content = array_replace_recursive($content, $this->getGenerator()->getOptionComposerSettings());
95
96
return $this;
97
}
0 commit comments