diff --git a/composer.json b/composer.json index abc8ff60..1b11d5f7 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,10 @@ "App\\": "app/", "Api\\": "api/", "Plugin\\": "plugin/" - } + }, + "files": [ + "common/common.php" + ] }, "autoload-dev": { "psr-4": {