Commit 5464812a authored by Pablo Díez's avatar Pablo Díez Committed by Bas de Nooijer

Fixed autoload psr0 in composer.json

parent 068ebe83
......@@ -16,7 +16,7 @@
"symfony/event-dispatcher": ">=2.1.0,<2.3-dev"
},
"autoload": {
"psr-0": { "Solarium": "library/" }
"psr-0": { "Solarium\\": "library/" }
},
"extra": {
"branch-alias": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment