From dcc94eb2432c88ccf7ccd777ee5da067d0ebb9d6 Mon Sep 17 00:00:00 2001 From: Ahmad Hassan Date: Wed, 18 Jun 2025 11:54:31 +0200 Subject: [PATCH 1/2] THNDR-1669: remove paragraph paste from thunder project as well. --- composer.json | 6 ------ 1 file changed, 6 deletions(-) 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", From 5d597594b2973254b1a8d5e0c994d0a2be2466a6 Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Mon, 7 Jul 2025 15:14:28 +0200 Subject: [PATCH 2/2] remove paragraphs paste from tests --- .github/workflows/run.yml | 1 - 1 file changed, 1 deletion(-) 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