Composer install stops during the postUpdateCmd process with the following error:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Parse error: syntax error, unexpected ')'
This is the line:
|
$pathName = $file->getPathname()); |
Further research finds that there's an open PR for this one already - #87
Composer install stops during the
postUpdateCmdprocess with the following error:This is the line:
patternlab-php-core/src/PatternLab/InstallerUtil.php
Line 353 in 7dd6d48
Further research finds that there's an open PR for this one already - #87