Skip to content

Commit ef6d278

Browse files
authored
THNDR-1669: remove paragraph paste from thunder project as well. (#87)
1 parent 328ed4f commit ef6d278

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
run: |
4040
composer config repositories.thunder git https://github.com/thunder/thunder-distribution.git
4141
composer config repositories.paragraphs_features git https://github.com/thunder/paragraphs_features.git
42-
composer config repositories.paragraphs_paste git https://git.drupalcode.org/project/paragraphs_paste.git
4342
composer config repositories.select2 git https://git.drupalcode.org/project/select2.git
4443
composer config repositories.ivw git https://git.drupalcode.org/project/ivw_integration.git
4544
composer config repositories.update_helper git https://git.drupalcode.org/project/update_helper.git

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
"thunder_testing_demo": {
5454
"type": "git",
5555
"url": "git@github.com:thunder/thunder_testing_demo.git"
56-
},
57-
"paragraphs_paste": {
58-
"type": "git",
59-
"url": "git@git.drupal.org:project/paragraphs_paste.git"
6056
}
6157
},
6258
"require": {
@@ -80,7 +76,6 @@
8076
},
8177
"replace": {
8278
"drupal/paragraphs_features": "*",
83-
"drupal/paragraphs_paste": "*",
8479
"drupal/select2": "*",
8580
"drupal/ivw_integration": "*",
8681
"drupal/update_helper": "*",
@@ -153,7 +148,6 @@
153148
"local-develop-packages": {
154149
"thunder/thunder-distribution": "8.3.x",
155150
"drupal/paragraphs_features": "2.x",
156-
"drupal/paragraphs_paste": "2.x",
157151
"drupal/select2": "2.x",
158152
"drupal/ivw_integration": "8.x-2.x",
159153
"drupal/update_helper": "4.0.x",

0 commit comments

Comments
 (0)