- 积分
- 361
- 威望
-
- 金钱
-
- 注册时间
- 2017-12-9
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
我明明安装的是php7.4版本, 用 phpinfo测试也是php7.4, 为什么我用composer下载 magento2.3时提示
Problem 1
- Root composer.json requires magento/product-community-edition 2.3.6 -> satisfiable by magento/product-community-edition[2.3.6].
- magento/product-community-edition 2.3.6 requires php ~7.1.3||~7.2.0||~7.3.0 -> your php version (5.4.16) does not satisfy that requirement.
Problem 2
- Root composer.json requires magento/composer-root-update-plugin ~1.0 -> satisfiable by magento/composer-root-update-plugin[1.0.0].
- magento/composer-root-update-plugin 1.0.0 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
Problem 3
- Root composer.json requires dealerdirect/phpcodesniffer-composer-installer ^0.5.0 -> satisfiable by dealerdirect/phpcodesniffer-composer-installer[v0.5.0].
- dealerdirect/phpcodesniffer-composer-installer v0.5.0 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
Problem 4
- Root composer.json requires magento/magento2-functional-testing-framework ~2.6.5 -> satisfiable by magento/magento2-functional-testing-framework[2.6.5].
- magento/magento2-functional-testing-framework 2.6.5 requires php ~7.1.0||~7.2.0||~7.3.0 -> your php version (5.4.16) does not satisfy that requirement.
Problem 5
- phpunit/phpunit[6.5.0, ..., 6.5.14] require php ^7.0 -> your php version (5.4.16) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ~6.5.0 -> satisfiable by phpunit/phpunit[6.5.0, ..., 6.5.14].
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
|
|