Composer install Error: The openssl extension is missing

Error reported during installation: The openssl extension is missing, which means that secure HTTPS transfers are impossible. If possible you should enable it or recompile php with –with-openssl

Solution: Find php.ini under the path php, remove the semicolon in front of ;extension=php_openssl.dll and reinstall it successfully.

Similar Posts: