ext-http * is missing from your system, ext-mysql_xdevapi * is missing from your system
при попытке composer update вылезает следующая ошибка Your requirements could not be resolved to an installable set of packages.
Problem 1 - The requested PHP extension ext-http * is missing from your system. Install or enable PHP's http extension.
Problem 2 - The requested PHP extension ext-mysql_xdevapi * is missing from your system. Install or enable PHP's mysql_xdevapi extension.
Но у меня уже есть в зависимостях следующие библиотеки:
"ext-http": "*",
"ext-mysql_xdevapi": "*"
В чем ошибка? Изначально пытаюсь прикрутить HWIOAuthBundle
Ответы (1 шт):
Автор решения: Alpha
→ Ссылка
- Нужно установить
php-http. Для ubuntusudo apt install php-http - Установить
ext-mysql_xdevapihttps://www.php.net/manual/en/mysql-xdevapi.installation.php
В композере вы прописали, но в системе то нету