From 9f32fa956ed2e59dba348c025e2034b134b988df Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 24 Oct 2023 17:34:10 +0300 Subject: [PATCH] Tweaking composer autoload --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 058e576..079e068 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,7 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["config.inc.php", "msgpack/msgpack_custom.inc.php"] + "files": ["config.inc.php"], + "classmap": ["msgpack/msgpack_custom.inc.php"] } }