如何解决“您的要求无法解决为一组可安装的软件包。”在laravel锅炉的温度中

问题描述 投票:0回答:1

我将使用锅炉模板开发laravel项目。我想要多个主题。

所以,我尝试安装shipu/themevel软件包。但是composer require shipu/themevel,此命令有这样的错误。请帮助我。

Using version ^1.6 for `shipu/themevel
./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
    - Can only install one of: hassankhan/config[0.11.2, 0.10.0].
    - Can only install one of: hassankhan/config[0.10.0, 0.11.2].
    - Can only install one of: hassankhan/config[0.10.0, 0.11.2].
    - shipu/themevel v1.6 requires hassankhan/config ^0.10.0 -> satisfiable by hassankhan/config[0.10.0].
    - Installation request for shipu/themevel ^1.6 -> satisfiable by shipu/themevel[v1.6].
    - Installation request for hassankhan/config (locked at 0.11.2) -> satisfiable by hassankhan/config[0.11.2].
Installation failed, reverting ./composer.json to its original content.
laravel-5 themes boilerplate
1个回答
0
投票

您必须更新shipu/themevel的更高版本。请更新v2.1或更高版本。

© www.soinside.com 2019 - 2024. All rights reserved.