Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:32:09 +03:00
parent a7481a174e
commit 3cc9c5e5b5
1 changed files with 1 additions and 1 deletions

View File

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