From ad37bbd696034a4e9bf030f566567382455ab7e7 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 24 Oct 2023 17:32:24 +0300 Subject: [PATCH] Tweaking composer autoload --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12e823c..36f2b6c 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["git.inc.php"] + "files": ["git.inc.php"] } }