Commit 52930fff authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

Merge branch 'localheinz-fix/psr-4' into 4.x

parents ffaac271 3aea122b
...@@ -31,6 +31,13 @@ ...@@ -31,6 +31,13 @@
} }
}, },
"autoload": { "autoload": {
"psr-0": { "Solarium\\": "library/" } "psr-4": {
"Solarium\\": "library/"
}
},
"autoload-dev": {
"psr-4": {
"Solarium\\Tests\\": "tests/"
}
} }
} }
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