Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:33:57 +03:00
parent 773bc1b5d9
commit 891db33a8f
1 changed files with 1 additions and 1 deletions

View File

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