Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:33:39 +03:00
parent 472a574460
commit e13a6638fc
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
"bit/taskman_git" : "^v1.0.0"
},
"autoload": {
"classmap": ["composer.inc.php"]
"files": ["composer.inc.php"]
}
}