Commit a6b65c66 authored by Andreas Möller's avatar Andreas Möller

Fix: Switch to PSR-4 autoloading

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