Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
274 stars 19 forks source link

Composer installer fails with: SHA384 is not supported by your openssl extension #456

Closed jgmdev closed 5 years ago

jgmdev commented 5 years ago

The tagged composer installer here: https://github.com/Gert-dev/php-ide-serenata/blob/master/lib/ComposerService.js#L31 fails to install composer on recent php versions like PHP 7.2.11

In order to fix the COMPOSER_COMMIT should point to 6cc488c7604093278748e0b4fb9b80f21141ecb8

Gert-dev commented 5 years ago

I've just released v2.5.1 with the fix proposed, thanks!