artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 217 forks source link

Emergency #2 - Latest Dev-Master Broken - Class '\OAuth\Common\Http\Client\$httpClientName' not found #96

Open mandersondesign opened 9 years ago

mandersondesign commented 9 years ago

In the latest released version on Dev-Master, there is a massive error in artdarek/oauth-4-laravel/src/Artdarek/OAuth/OAuth.php on line 102.

The exact error is: Class '\OAuth\Common\Http\Client\$httpClientName' not found

It is in the function "function setHttpClient($httpClientName)" in OAuth.

I am not sure what happened there... but it sure is broken after composer update today.

crackers8199 commented 9 years ago

has this been fixed yet? i had to go back to 1.* to get my app working again...