内容简介:这个包不允许使用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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Graph Theory
Douglas B. West / Prentice Hall / 2000-9-1 / USD 140.00
For undergraduate or graduate courses in Graph Theory in departments of mathematics or computer science. This text offers a comprehensive and coherent introduction to the fundamental topics of graph ......一起来看看 《Introduction to Graph Theory》 这本书的介绍吧!