Skip to content

Commit

Permalink
FIX Exclude recipe-plugin from requiring installer
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 6, 2022
1 parent 7675cd9 commit 095a6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 095a6de

Please sign in to comment.