Skip to content

Commit

Permalink
Another attempt to fix the Composer autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
YahnisElsts committed Sep 27, 2019
1 parent bbe88a7 commit f4167ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"autoload": {
"psr-0": {
"Puc_v4p7_" : "Puc/v4p7/",
"Puc_v4_" : "Puc/v4/",
"Puc_v4p7_" : "",
"Puc_v4_" : "",
"PucReadmeParser" : "vendor/",
"Parsedown" : "vendor/"
}
Expand Down

0 comments on commit f4167ca

Please sign in to comment.