You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 solutionThe text was updated successfully, but these errors were encountered: