From f72fb3ca5a4d0f6f2110d3a9ab12f2e0f1708541 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Tue, 24 Oct 2023 17:33:23 +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 21bd733..1b65fd6 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,6 @@ "php": ">=7.4" }, "autoload": { - "classmap": ["unity.inc.php"] + "files": ["unity.inc.php"] } }