Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please remove empty autoload line in composer.json #19

Open
kdaatselaar opened this issue Jul 17, 2014 · 1 comment
Open

Please remove empty autoload line in composer.json #19

kdaatselaar opened this issue Jul 17, 2014 · 1 comment

Comments

@kdaatselaar
Copy link

Please change:

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

to

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

It's causing a lot of problems

@briancline
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants