Your requirements could not be resolved to an installable set of packages.
这个错误代表你安装composer的时候选择的PHP配置里面,fileinfo扩展没有打开。打开扩展就解决了。
Your requirements could not be resolved to an installable set of packages.
这个错误代表你安装composer的时候选择的PHP配置里面,fileinfo扩展没有打开。打开扩展就解决了。