fapchat
@fapchat

Как исправить эту кучу ошибок при попытке установить компосер в клонированный репозиторий?

C:\MAMP\htdocs\newSite\php5\php-package>composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for codeclimate/php-test-reporter 0.3.x-dev -> satisfiable by codeclimate/php-test-reporter[0.3.x-dev].
- codeclimate/php-test-reporter 0.3.x-dev requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 2
- Installation request for codeclimate/php-test-reporter dev-master -> satisfiable by codeclimate/php-test-reporter[dev-master].
- codeclimate/php-test-reporter dev-master requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 3
- Installation request for guzzle/guzzle v3.8.1 -> satisfiable by guzzle/guzzle[v3.8.1].
- guzzle/guzzle v3.8.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 4
- guzzle/guzzle v3.8.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- satooshi/php-coveralls v1.1.0 requires guzzle/guzzle ^2.8 || ^3.0 -> satisfiable by guzzle/guzzle[v3.8.1].
- Installation request for satooshi/php-coveralls v1.1.0 -> satisfiable by satooshi/php-coveralls[v1.1.0].

To enable extensions, verify that they are enabled in your .ini files:
- C:\MAMP\bin\php\php7.2.10\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

To enable extensions, verify that they are enabled in your .ini files:
- C:\MAMP\bin\php\php7.2.10\php.ini

Как и какие разрешения нужно добавить в php.ini?
  • Вопрос задан
  • 53 просмотра
Решения вопроса 1
xEpozZ
@xEpozZ
Веб-разработчик
composer install --ignore-platform-reqs
Ответ написан
Комментировать
Пригласить эксперта
Ваш ответ на вопрос

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

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