Tweaking composer autoload

This commit is contained in:
Pavel Shevaev 2023-10-24 17:32:44 +03:00
parent 48bd9c700b
commit b859c28dc3
1 changed files with 1 additions and 1 deletions

View File

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