google/apiclient 未安装

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

我正在尝试在我的项目中安装 google/apiclient:^2.0 ,它给了我如下错误,

您的要求无法解析为一组可安装的软件包。

Problem 1
    - Root composer.json requires laravel/framework 5.8.*, found laravel/framework[v5.8.0, ..., 5.8.x-dev] but the package is fixed to v7.30.4 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
  Problem 2
    - Root composer.json requires google/apiclient 2.0 -> satisfiable by google/apiclient[v2.0.0].
    - google/apiclient v2.0.0 requires monolog/monolog ^1.17 -> found monolog/monolog[1.17.0, ..., 1.x-dev] but the package is fixed to 2.2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

请帮我解决同样的问题。
谢谢和问候

laravel google-api-client
1个回答
0
投票

我只是关闭 Windows 实时安全性,它就可以工作了

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