返回顶部
首页 > 资讯 > 后端开发 > PHP编程 >Your requirements could not be resolved to an installable set of packages.问题解决。
  • 413
分享到

Your requirements could not be resolved to an installable set of packages.问题解决。

phpcomposer扩展现实 2023-08-31 18:08:45 413人浏览 独家记忆
摘要

 重点在于缺少的条件,“    - league/flysystem[1.1.0, ..., 1.x-dev] require ext-fileinfo * -> it is missing from your system. Insta

 重点在于缺少的条件,“    - league/flysystem[1.1.0, ..., 1.x-dev] require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.”大意是php.ini里面“fileinfo”缺失没有开启,安装或者启用PHP的fileinfo扩展。

找到php.ini文件把“extension=fileinfo ”句子前面的;注释去掉。

重启环境

再输入“ composer require maatWEBsite/excel

 安装成功

输入“composer show -i”查看composer现在已安装的扩展包。

 

 

来源地址:https://blog.csdn.net/qq_28806579/article/details/126435877

--结束END--

本文标题: Your requirements could not be resolved to an installable set of packages.问题解决。

本文链接: https://lsjlt.com/news/386548.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作