Skip to content
Snippets Groups Projects
Commit 4db727fa authored by GitLab CI's avatar GitLab CI
Browse files

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !5
parents edce81c7 ed40aec7
No related branches found
No related tags found
1 merge request!5Merging develop into main
Pipeline #1256794 passed
......@@ -47,7 +47,7 @@ class Plugin implements PluginInterface {
foreach ($this->readJson('config', $extra['lakedrops-config-file'], $io) as $key => $value) {
if ($key === 'allow-plugins') {
foreach ($extra['lakedrops-allow-plugins'] ?? [] as $pluginKey => $pluginValue) {
$value['allow-plugins'][$pluginKey] = $pluginValue;
$value[$pluginKey] = $pluginValue;
}
}
$composer->getConfig()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment