I\'m trying to install Facebook PHP SDK with Composer. This is what I get
$ composer install Loading composer repositories with package information Installin
on php7 run for example:
> sudo apt-get install php-curl > sudo apt-get install php-mbstring
for every missing extension. Then:
> sudo apt-get update
and finally (in the project's root folder):
> composer install