【发布时间】:2015-12-29 19:52:39
【问题描述】:
我使用 Zend 已有 2 年多了,并且已经设置了大约 10-12 次环境,但我从未成功使用 composer 安装 zend。错误说我应该有相同或高于所需版本的 PHP 版本,情况总是如此。我什至尝试更改作曲家中的版本以与我的 PHP 版本完全匹配,并且有时安装完全相同版本的 PHP 以匹配 zend 要求,但我总是得到相同的错误。
我该如何处理?
错误:
Your requirements could not be resolved to an installable set of packages.
zendframework/zendframework 2.3.9 requires php >=5.3.23 -> your PHP version (5.3.6) or "config.platform.php" value does not satisfy that requirement
PHP 5.3.6 (cli) (built: Mar 17 2011 10:48:37)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
【问题讨论】:
标签: zend-framework installation composer-php