Minor: Remove redundant autoloading mechanism

This commit is contained in:
Yahnis Elsts 2019-10-08 15:15:30 +03:00
parent 2a7c818f18
commit 908249c92e
1 changed files with 1 additions and 7 deletions

View File

@ -17,12 +17,6 @@
"php": ">=5.2.0" "php": ">=5.2.0"
}, },
"autoload": { "autoload": {
"files": ["load-v4p8.php"], "files": ["load-v4p8.php"]
"psr-0": {
"Puc_v4p8_" : "",
"Puc_v4_" : "",
"PucReadmeParser" : "vendor/",
"Parsedown" : "vendor/"
}
} }
} }