composer update 无法执行命令原因及解决方法
生活随笔
收集整理的這篇文章主要介紹了
composer update 无法执行命令原因及解决方法
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
composer
php 版本7.0
描述:無法執(zhí)行composer update
報(bào)錯(cuò):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.
問題原因 :opensll 未開起
解決方法:php.ini 中配置開啟opensll
總結(jié)
以上是生活随笔為你收集整理的composer update 无法执行命令原因及解决方法的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【例1】 给定n(n>=1),用递归的方
- 下一篇: 第55课 分解质因数 《小学生C++编程