Fixing autoloading

This commit is contained in:
Pavel Shevaev 2022-05-16 15:35:17 +03:00
parent 271d3cdc2c
commit 86143dbdac
1 changed files with 1 additions and 1 deletions

View File

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