Commit 3aea122b authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

Merge branch 'fix/psr-4' of https://github.com/localheinz/solarium into localheinz-fix/psr-4

parents ffaac271 923330dd
......@@ -31,6 +31,13 @@
}
},
"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