Skip to content

Commit

Permalink
Merge pull request #11 from arnidan/fix-autoloading
Browse files Browse the repository at this point in the history
Use PSR-4 autoloading
  • Loading branch information
grkamil authored Mar 23, 2020
2 parents 92eade9 + b68be6e commit 14724a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Send logs to Telegram chat via Telegram bot",
"license": "MIT",
"autoload": {
"psr-0" : {
"psr-4" : {
"Logger\\" : "src"
}
},
Expand Down

0 comments on commit 14724a7

Please sign in to comment.