Когда я запускаю команду в командной строке Windows composer require mgp25/instagram-php react/child-process
, все, что я получаю:
Problem 1
- mgp25/instagram-php v7.0.1 requires ext-gd * -> the requested PHP extension gd is missing from your system.
- mgp25/instagram-php v7.0.0 requires ext-gd * -> the requested PHP extension gd is missing from your system.
- Installation request for mgp25/instagram-php ^7.0 -> satisfiable by mgp25/instagram-php[v7.0.0, v7.0.1].
To enable extensions, verify that they are enabled in your .ini files:
- C:\Users\bill\Desktop\PHP\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Как мне это исправить?