Skip to content

Commit

Permalink
Minor: Remove redundant autoloading mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Oct 8, 2019
1 parent 2a7c818 commit 908249c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"php": ">=5.2.0"
},
"autoload": {
"files": ["load-v4p8.php"],
"psr-0": {
"Puc_v4p8_" : "",
"Puc_v4_" : "",
"PucReadmeParser" : "vendor/",
"Parsedown" : "vendor/"
}
"files": ["load-v4p8.php"]
}
}

0 comments on commit 908249c

Please sign in to comment.