softlayer / softlayer-object-storage-php

SoftLayer Object Storage PHP Client
Other
28 stars 18 forks source link

Please remove empty autoload line in composer.json #19

Open kdaatselaar opened 10 years ago

kdaatselaar commented 10 years ago

Please change:

"autoload": { "psr-0": { "ObjectStorage_": "lib/", "": "lib/" } }

to

"autoload": { "psr-0": { "ObjectStorage_": "lib/" } }

It's causing a lot of problems

briancline commented 9 years ago

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?