【问题标题】:Composer install error Your requirements could not be resolved to an installable set of packagesComposer 安装错误 您的需求无法解析为一组可安装的软件包
【发布时间】:2021-10-28 06:35:21
【问题描述】:
i have error when i run composer install command 
docker  problem start is here 
RUN if [ ${INSTALL_SOAP} = true ]; then \
  # Install the PHP SOAP extension
  apt-get update -yqq && \
  apt-get -y install libxml2-dev php${LARADOCK_PHP_VERSION}-soap \
;fi

Your requirements could not be resolved to an installable set of packages.

问题 1 - artisaninweb/laravel-soap 0.3.0.9 的安装请求 -> artisaninweb/laravel-soap[0.3.0.9] 可满足。 - artisaninweb/laravel-soap 0.3.0.9 需要 ext-soap * -> 您的系统中缺少请求的 PHP 扩展soap。

【问题讨论】:

    标签: php linux docker soap docker-compose


    【解决方案1】:

    “您的系统中缺少请求的 PHP 扩展soap”。 我会先尝试安装它。

    sudo apt-get install php7.4-soap (先检查你的版本)

    【讨论】:

    • 我检查了版本并安装了 sudo apt-get install php7.4-soap 但错误没有消失
    猜你喜欢
    • 2016-11-20
    • 1970-01-01
    • 2018-04-18
    • 1970-01-01
    • 2015-06-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多