I'm using the PHP-SDK of oauth.io. I get the following error:
[2015-02-04 11:35:35] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Unirest' not found' in /home/vagrant/Code/shelfflip-web/vendor/oauth-io/oauth/src/OAuth_io/HttpWrapper.php:33
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
this is my composer file:
"require": {
"laravel/framework": "4.2.*",
"mashape/unirest-php": "dev-master",
"oauth-io/oauth": "0.3.0"
},
I'm using the PHP-SDK of oauth.io. I get the following error:
this is my composer file: