Open trbsi opened 9 years ago
@trbsi thanks for the info. We will get this updated in the docs.
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 ?
When I used
composer update
it didn't work, I got errorClass 'MaxCDN\OAuth\OAuthSignatureMethod_HMAC_SHA1' not found
But when i used
composer update -o
it worked. So this is solution