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"] } }