Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
trbsi opened this issue Oct 24, 2015 · 2 comments
Open

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

trbsi opened this issue Oct 24, 2015 · 2 comments

Comments

@trbsi
Copy link

trbsi commented Oct 24, 2015

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
Copy link
Member

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

@idabic
Copy link
Member

idabic commented Oct 26, 2015

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants