Skip to content

Commit 14724a7

Browse files
authored
Merge pull request #11 from arnidan/fix-autoloading
Use PSR-4 autoloading
2 parents 92eade9 + b68be6e commit 14724a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Send logs to Telegram chat via Telegram bot",
44
"license": "MIT",
55
"autoload": {
6-
"psr-0" : {
6+
"psr-4" : {
77
"Logger\\" : "src"
88
}
99
},

0 commit comments

Comments
 (0)