diff --git a/composer.json b/composer.json index e72184c..0530a6d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,10 @@ "autoload": { "psr-4": { "CSlant\\LaravelTelegramGitNotifier\\": "src/" - } + }, + "files": [ + "common/helpers.php" + ] }, "autoload-dev": { "psr-4": {