gpt4 book ai didi

php - Composer Yii2 - 安装 kartik

转载 作者:搜寻专家 更新时间:2023-10-31 20:39:05 26 4
gpt4 key购买 nike

当我输入时:

php composer.phar 需要 kartik-v/yii2-money "*"

./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
- yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- Installation request for yiisoft/yii2 == 2.0.1.0 -> satisfiable by yiisoft/yii2[2.0.1].

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting

Installation failed, reverting ./composer.json to its original content.

我的服务器上安装了 Yii 2.0.1,这是我的 composer.json:

{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Application Template",
"keywords": ["yii2", "framework", "advanced", "application template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",

"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"kartik-v/yii2-money": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

最佳答案

两者都是extension及其所需的 base有稳定的版本所以我认为这个设置:

"minimum-stability": "stable"

不应导致错误。

很可能您只是忘记了安装 composer asset 插件(在官方 documentation 和扩展 page 中阅读更多内容)。要安装它,只需执行一次此命令:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"

关于php - Composer Yii2 - 安装 kartik,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27703230/

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