【发布时间】:2019-08-20 22:00:00
【问题描述】:
我们有运行 composer install -n --ignore-platform-reqs --no-dev 的循环构建,但这不再忽略平台要求。
这是我在圈子日志中看到的。 --ignore-platform-reqs 显然不起作用。请问有什么想法吗?
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for drupal/core 8.6.13 -> satisfiable by drupal/core[8.6.13].
- drupal/core 8.6.13 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
Problem 2
- typo3/phar-stream-wrapper v2.1.0 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
- typo3/phar-stream-wrapper v2.1.0 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
- Installation request for typo3/phar-stream-wrapper v2.1.0 -> satisfiable by typo3/phar-stream-wrapper[v2.1.0].
【问题讨论】:
标签: drupal composer-php circleci