diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index b851a9b..00ad7fc 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -39,7 +39,6 @@ jobs: run: | composer config repositories.thunder git https://github.com/thunder/thunder-distribution.git composer config repositories.paragraphs_features git https://github.com/thunder/paragraphs_features.git - composer config repositories.paragraphs_paste git https://git.drupalcode.org/project/paragraphs_paste.git composer config repositories.select2 git https://git.drupalcode.org/project/select2.git composer config repositories.ivw git https://git.drupalcode.org/project/ivw_integration.git composer config repositories.update_helper git https://git.drupalcode.org/project/update_helper.git diff --git a/composer.json b/composer.json index 54d6145..d6dad9b 100644 --- a/composer.json +++ b/composer.json @@ -53,10 +53,6 @@ "thunder_testing_demo": { "type": "git", "url": "git@github.com:thunder/thunder_testing_demo.git" - }, - "paragraphs_paste": { - "type": "git", - "url": "git@git.drupal.org:project/paragraphs_paste.git" } }, "require": { @@ -80,7 +76,6 @@ }, "replace": { "drupal/paragraphs_features": "*", - "drupal/paragraphs_paste": "*", "drupal/select2": "*", "drupal/ivw_integration": "*", "drupal/update_helper": "*", @@ -153,7 +148,6 @@ "local-develop-packages": { "thunder/thunder-distribution": "8.0.x", "drupal/paragraphs_features": "2.x", - "drupal/paragraphs_paste": "2.x", "drupal/select2": "2.x", "drupal/ivw_integration": "8.x-2.x", "drupal/update_helper": "4.0.x",