Composer无法识别PHP 7

栏目: PHP · 发布时间: 5年前

内容简介:这个包不允许使用PHP 7.这就是为什么你不能成功运行composer update的原因.翻译自:https://stackoverflow.com/questions/34146214/composer-is-not-recognizing-php-7
我创建了一个travis配置文件来测试我的项目从 PHP 5.6到 PHP

7.

运行composer时出现以下错误:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - This package requires php ~5.4 but your PHP version (7.0.1-dev) does not satisfy that requirement.

我正在运行的命令是:

composer update -n

将travis设置为环境PHP 5.6我不会遇到这个问题

这个包不允许使用PHP 7.这就是为什么你不能成功运行composer update的原因.

翻译自:https://stackoverflow.com/questions/34146214/composer-is-not-recognizing-php-7


以上所述就是小编给大家介绍的《Composer无法识别PHP 7》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Single Page Web Applications

Single Page Web Applications

Michael Mikowski、Josh Powell / Manning Publications / 2013-9-30 / USD 44.99

Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before di......一起来看看 《Single Page Web Applications》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具