Skip to content

Commit cef7720

Browse files
committed
need to test install of config options
1 parent 99ccefa commit cef7720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ public static function parseComposerExtraList($composerExtra, $name, $pathDist)
158158
// see if we need to modify the config
159159
if (isset($composerExtra["config"])) {
160160

161+
print_r($composerExtra["config"]);
162+
161163
foreach ($composerExtra["config"] as $optionInfo) {
162164

163165
// get config info

0 commit comments

Comments
 (0)