1
resposta

Erro ao iniciar projeto "InvalidArgumentException"

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?

1 resposta

Solução para o OpenSSL: Buscar no php.ini por extension=openssl e descomentar

Porém um novo erro surge:

 [InvalidArgumentException]
  Could not find package laravel/laravel with version 5.8.* in a version installable using your PHP version, PHP exte
  nsions and Composer version.

Versões instaladas:

Composer version 2.0.13 2021-04-27 13:11:08

PHP 8.0.5 (cli) (built: Apr 28 2021 00:30:10) ( NTS Visual C++ 2019 x64 )