From 7402b9b7c4a05f4eeaf21ecba4dddc8523daf13f Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 1 Oct 2018 11:38:00 +0200 Subject: [PATCH] feat(composer): enable composer by default (#2577) --- lib/config/definitions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/definitions.js b/lib/config/definitions.js index a06524bad6..c0d7d005d7 100644 --- a/lib/config/definitions.js +++ b/lib/config/definitions.js @@ -1087,7 +1087,6 @@ const options = [ stage: 'package', type: 'json', default: { - enabled: false, fileMatch: ['(^|\\/)([\\w-]*)composer.json$'], }, mergeable: true, -- GitLab