Skip to content

Commit

Permalink
Merge pull request #11 from creative-commoners/pulls/1.1/recipe-plugin
Browse files Browse the repository at this point in the history
FIX Exclude recipe-plugin from requiring installer
  • Loading branch information
GuySartorelli authored Jul 6, 2022
2 parents 7675cd9 + 095a6de commit c6dca88
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 c6dca88

Please sign in to comment.