1. 程式人生 > >通過composer安裝擴充套件包時,提示[Composer\Exception\NoSslException]

通過composer安裝擴充套件包時,提示[Composer\Exception\NoSslException]

在安裝位置通過命令列,開啟composer

安裝擴充套件包時提示 報錯

[Composer\Exception\NoSslException]
The openssl extension is required for SSL/TLS protection but is not available. 
If you can not enable the openssl extension, you can disable this error , at your own risk, by setting the 'disable-tls' option to true.

解決辦法

因為安裝composer 的時候,需要選擇php.exe
而我選擇的是php版本為7.2的php.exe,
所以要把phpstudy環境 切換成 7.2版本,再修改對應的php.ini中的 設定

在php.ini檔案中  開啟  php_openssl擴充套件
extension=php_openssl.dll