softlayer-object-storage-php
softlayer-object-storage-php copied to clipboard
Please remove empty autoload line in composer.json
Please change:
"autoload": { "psr-0": { "ObjectStorage_": "lib/", "": "lib/" } }
to
"autoload": { "psr-0": { "ObjectStorage_": "lib/" } }
It's causing a lot of problems
Thanks for the bug report. I'm unfamiliar with the purpose behind that blank entry, but @follower46 may know. Can you elaborate on what sort of problems it's causing for you?