I\'m trying to install Facebook PHP SDK with Composer. This is what I get
$ composer install Loading composer repositories with package information Installin
For anyone who encounters this issue on Windows i couldn't find my answer on google at all. I just tried running composer require ext-curl and this worked. Alternatively add the following in your composer.json file:
"require": { "ext-curl": "^7.3" }