Skip to content
Snippets Groups Projects

Use LinkIt 7

Merged Adam G-H requested to merge issue/drupal_cms-3473343:3473343-drupal-11 into 0.x
All threads resolved!
Compare and
18 files
+ 35
44
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -16,12 +16,12 @@ if [ ! -d $1 ]; then
cd ..
fi
# Add the recipe as a dependency of the main drupal_cms recipe.
cd drupal_cms
# Add the recipe as a dependency of the main drupal_cms_starter recipe.
cd drupal_cms_starter
composer config repositories.$1 path ../$1
composer require --no-update "drupal/$1:*"
composer config --unset repositories
cd ..
# Ensure the recipe is defined as a path repository.
$HOME/bin/setup-repositories
composer config repositories.$1 path $1
Loading