From 66fe241364dc8898b1c5e6ce82a694b585c851fa Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 15:46:18 +0300 Subject: [PATCH] Fixing autoloading --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 72cf53a..f50eaef 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["*.php"] + "classmap": ["jsm.inc.php"] } }