Just ran an automated build which runs composer as part of the pipeline and got the following error:
Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /soruce/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 34
Compsoer was trying to install ocramius/package-versions version 1.6.0 when the error occured.
Hi,
Just ran an automated build which runs composer as part of the pipeline and got the following error:
Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /soruce/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 34
Compsoer was trying to install
ocramius/package-versions
version 1.6.0 when the error occured.