Switch to PSR-4 based autoloader

Since we don't use the PEAR-style namespacing convention, there's no reason to use PSR-0 autoloader.
We don't quite follow PSR-4 conventions because there is still a pocketmine subdirectory, but changing this might pollute the git history, so I'm wary of changing it.
This commit is contained in:
Dylan K. Taylor 2018-02-15 21:01:26 +00:00
parent c26e3aa9fa
commit 2b6e135c83

View File

@ -27,7 +27,7 @@
"pocketmine/pocketmine-nbt": "dev-master#7186c4a47243f7eb374cbafc31cc797686b61db6"
},
"autoload": {
"psr-0": {
"psr-4": {
"": ["src"]
}
},