Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:32:59 +03:00
parent ad32815815
commit 183e40656f
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"php": ">=7.4" "php": ">=7.4"
}, },
"autoload": { "autoload": {
"classmap": ["taskman.inc.php"] "files": ["taskman.inc.php"]
} }
} }