From 7de1b71dc6bc4ef200e8c49bc63efec95a5debaf Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 16 May 2022 15:33:21 +0300 Subject: [PATCH] Fixing autoloading --- composer.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 7af1cd2..e22f430 100644 --- a/composer.json +++ b/composer.json @@ -6,17 +6,9 @@ "php": ">=7.4" }, "autoload": { - "files": [ - "metagen.inc.php", - "targets/php/php.inc.php", - "targets/php/php_generator.inc.php", - "targets/php/php_tpl.inc.php", - "targets/cs/cs.inc.php", - "targets/cs/cs_generator.inc.php", - "targets/cs/cs_tpl.inc.php", - "targets/go/go.inc.php", - "targets/go/go_generator.inc.php", - "targets/go/go_tlp.inc.php" + "classmap": [ + ".", + "targets/" ] } }