softlayer-object-storage-php icon indicating copy to clipboard operation
softlayer-object-storage-php copied to clipboard

Please remove empty autoload line in composer.json

Open kdaatselaar opened this issue 10 years ago • 1 comments

Please change:

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

to

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

It's causing a lot of problems

kdaatselaar avatar Jul 17 '14 09:07 kdaatselaar

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?

briancline avatar Dec 10 '14 07:12 briancline