andheiberg / vzaar

A little cleanup and repackaging of the official Vzaar PHP wrapper.
4 stars 4 forks source link

Works with optimized autoload files, not with PSR-0 #2

Open papa-smurf opened 9 years ago

papa-smurf commented 9 years ago

After running composer du (unoptimized), it falls back to PSR-0 autoloading which doesn't quite work (SignatureMethod_HMAC_SHA1 undefined). Running composer du --optimize is required to get everything to work again.

andheiberg commented 9 years ago

Do you have any suggestions as to how this might be fixed?

papa-smurf commented 9 years ago

I'll try and look into it and add a pull request within the next few days