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