Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
"thunder_testing_demo": {
"type": "git",
"url": "[email protected]:thunder/thunder_testing_demo.git"
},
"paragraphs_paste": {
"type": "git",
"url": "[email protected]:project/paragraphs_paste.git"
}
},
"require": {
Expand All @@ -80,7 +76,6 @@
},
"replace": {
"drupal/paragraphs_features": "*",
"drupal/paragraphs_paste": "*",
"drupal/select2": "*",
"drupal/ivw_integration": "*",
"drupal/update_helper": "*",
Expand Down Expand Up @@ -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",
Expand Down
Loading