Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:34:28 +03:00
parent 9679e6ae8b
commit f093c13d2f
1 changed files with 1 additions and 1 deletions

View File

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