内容简介:这个包不允许使用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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- AI换脸无法识别?这里有个方法
- 在observeValueForKeyPath中无法识别ios swift CMutableVoidPointer
- 带了个对抗图像块,YOLOv2竟然无法识别我是人……
- Windows Server 2012 R2 WSUS 无法识别 Windows Server 2016 & Windows 10的解决办法
- Windows 10 解决无法完整下载安装语言包(日语输入法无法下载使用)
- ruby-on-rails – 无法推送到github,ssh:无法解析主机名
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!