MaxCDN / php-maxcdn

MaxCDN REST Web Services PHP Client
https://docs.maxcdn.com/
MIT License
19 stars 21 forks source link

Class 'MaxCDN\OAuth\OAuthSignatureMethod_HMAC_SHA1' not found #11

Open trbsi opened 9 years ago

trbsi commented 9 years ago

When I used composer update it didn't work, I got error Class 'MaxCDN\OAuth\OAuthSignatureMethod_HMAC_SHA1' not found

But when i used composer update -o it worked. So this is solution

jdorfman commented 9 years ago

@trbsi thanks for the info. We will get this updated in the docs.

idabic commented 9 years ago

Hey @trbsi,

I wasn't able to replicate but, it might be PSR-0 since it provides backward compatibility with PEAR which works with under score separators and -o would convert autoloading to classmap thus, making your autoload with "/" separators possible. Can you check which autoloading method you are using ?