Guys, I encountered a strange error.
I recently changed the domain name, and the PHP version has dropped from PHP7.4 to PHP7.3
Then my problem appeared.
[root@CLT_WEB bbs.cltserver.xyz]# composer install
PHP Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /www/wwwroot/bbs.cltserver.xyz/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 33
Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /www/wwwroot/bbs.cltserver.xyz/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 33
[root@CLT_WEB bbs.cltserver.xyz]#
I will switch back to PHP7.4 now too ...
How can I solve this problem?