Я пытаюсь установить GitHub bandwidth-throttle, но сталкиваюсь с ошибкой Composer.
- Через FTP я создал каталог под названием «пропускная способность».
- Через SSH я бежал клонировано:
git clone https://github.com/bandwidth-throttle/bandwidth-throttle
- Через SSH я попытался установить, выполнив следующее во вновь созданном каталоге bandwidth / bandwidth-throttle:
composer require bandwidth-throttle/bandwidth-throttle
Это был результат (ошибка Composer):
Using version ^0.1.0 for bandwidth-throttle/bandwidth-throttle
./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
- Installation request for bandwidth-throttle/bandwidth-throttle ^0.1.0 -> satisfiable by bandwidth-throttle/bandwidth-throttle[0.1].
- bandwidth-throttle/bandwidth-throttle 0.1 requires bandwidth-throttle/token-bucket ^0.3 -> satisfiable by bandwidth-throttle/token-bucket[0.3] but these conflict with your requirements or minimum-stability.
Installation failed, reverting ./composer.json to its original content.