Skip to content
Snippets Groups Projects
Commit 3fb5358d authored by jurgenhaas's avatar jurgenhaas
Browse files

#1 Properly merge composer extras

parent ed40aec7
No related branches found
No related tags found
1 merge request!6Merging develop into main
Pipeline #1276217 passed
......@@ -83,7 +83,7 @@ class Plugin implements PluginInterface {
$extra[$item][$path] = ['type:drupal-' . $type];
}
}
$extra[$item] += $this->readJson($item, $extra[$key], $io);
$extra[$item] = array_merge($extra[$item], $this->readJson($item, $extra[$key], $io));
$changed = TRUE;
}
}
......
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