From 095a6de68cdae7e44d375d3c6f1b29e67c5799e8 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 6 Jul 2022 13:33:39 +1200 Subject: [PATCH] FIX Exclude recipe-plugin from requiring installer --- consts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consts.php b/consts.php index dd49b3f..3d7a86e 100644 --- a/consts.php +++ b/consts.php @@ -72,8 +72,8 @@ ]; const NO_INSTALLER_UNLOCKSTEPPED_REPOS = [ - // vendor-plugin is not a recipe, though we also do not want installer - 'vendor-plugin' + 'vendor-plugin', + 'recipe-plugin', ]; const CMS_TO_REPO_MAJOR_VERSIONS = [