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