@rennameduser_3432

Проблема с composer install?

Не могу запустить команду composer install
Проблема:

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - rame0/yandex-market-object is locked to version 0.5.2 and an update of this package was not requested.
    - rame0/yandex-market-object 0.5.2 requires php ^7.4 || ^8.0 -> your php version (7.3.9) does not satisfy that requirement.
  Problem 2
    - rame0/yandex-turbo-shopping-api is locked to version 1.1.0 and an update of this package was not requested.
    - rame0/yandex-turbo-shopping-api 1.1.0 requires php ^7.4 || ^8.0 -> your php version (7.3.9) does not satisfy that requirement.
  Problem 3
    - mongodb/mongodb is locked to version 1.8.0 and an update of this package was not requested.
    - mongodb/mongodb 1.8.0 requires ext-mongodb ^1.8.1 -> it has the wrong version (1.5.5) installed. Install or enable PHP's mongodb extension.
  Problem 4
    - mongodb/mongodb 1.8.0 requires ext-mongodb ^1.8.1 -> it has the wrong version (1.5.5) installed. Install or enable PHP's mongodb extension.
    - alcaeus/mongo-php-adapter 1.2.0 requires mongodb/mongodb ^1.0.1 -> satisfiable by mongodb/mongodb[1.8.0].
    - alcaeus/mongo-php-adapter is locked to version 1.2.0 and an update of this package was not requested.

To enable extensions, verify that they are enabled in your .ini files:
    - C:\ops\ospanel\modules\php\PHP_7.3-x64\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
  • Вопрос задан
  • 257 просмотров
Пригласить эксперта
Ответы на вопрос 1
iiifx
@iiifx
PHP, OOP, SOLID, Yii2, Composer, PHPStorm
Там описаны две ключевые проблемы. Внимательно прочитайте ответ. Первая проблема в пунктах 1 и 2, вторая в 3 и 4
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы