gpt4 book ai didi

php - Composer 需要 mongodb/mongodb 失败

转载 作者:行者123 更新时间:2023-12-04 18:33:49 26 4
gpt4 key购买 nike

在ubuntu 18.04,用php 5.6,php5.6-fpm,nginx,使用ubuntu的mongodb

composer require mongodb/mongodb

错误
Using version ^1.4 for mongodb/mongodb
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.


Problem 1
- mongodb/mongodb 1.4.2 requires ext-mongodb ^1.5.0 -> the requested PHP extension mongodb has the wrong version (1.4.2) installed.
- mongodb/mongodb 1.4.1 requires ext-mongodb ^1.5.0 -> the requested PHP extension mongodb has the wrong version (1.4.2) installed.
- mongodb/mongodb 1.4.0 requires ext-mongodb ^1.5.0 -> the requested PHP extension mongodb has the wrong version (1.4.2) installed.
- Installation request for mongodb/mongodb ^1.4 -> satisfiable by mongodb/mongodb[1.4.0, 1.4.1, 1.4.2].

最佳答案

有同样的问题我可以解决它:

composer require "mongodb/mongodb=^1.4.2" --ignore-platform-reqs

关于php - Composer 需要 mongodb/mongodb 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52124301/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com