From ef8bd66f207a4d114f123604f35a6275895caec9 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 15:37:21 +0300 Subject: [PATCH] Fixing autoloading --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7abc70..65d416d 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "files": ["json.inc.php", "jzon.inc.php"] + "classmap": ["*.inc.php"] } }