Skip to content

Commit

Permalink
Updated Composer json autoload bug
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed May 13, 2018
1 parent 084ff7a commit 10085c3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,15 @@
},
"autoload" : {
"psr-4" : {
"AvoRed\\FixedRate\\" : "src/"
"AvoRed\\CashOnDelivery\\" : "src/"
}
},
"homepage" : "https://www.avored.com"
"homepage" : "https://www.avored.com",
"support" : {
"email" : "[email protected]",
"issues" : "https://www.avored.com/discussion",
"forum" : "https://www.avored.com/discussion",
"wiki" : "https://www.avored.com/docs",
"source" : "https://www.github.com/avored/cash-on-delivery"
}
}

0 comments on commit 10085c3

Please sign in to comment.