Ao tentar executar o comando para inicialização do projeto, tenho o retorno abaixo:
[Composer\Exception\NoSslException]
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex
tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.
Desabilitei com o comando: composer config -g -- disable-tls true Mas surge um novo erro:
[RuntimeException]
You must enable the openssl extension in your php.ini to load information from https://repo.packagist.org
Como configurar corretamente para inicialização do projeto?