Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Update dev package checkout versions
Add ckeditor5-dev
Remove thunder_admin
  • Loading branch information
ol0lll authored Apr 29, 2024
2 parents 83d31f8 + cd68b59 commit d0c46b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Configure repositories
run: |
composer config repositories.thunder git https://github.com/thunder/thunder-distribution.git
composer config repositories.admin git https://github.com/BurdaMagazinOrg/theme-thunder-admin.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
Expand Down
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"type": "composer",
"url": "https://asset-packagist.org"
},
"admin": {
"type": "git",
"url": "[email protected]:BurdaMagazinOrg/theme-thunder-admin.git"
},
"thunder": {
"type": "git",
"url": "[email protected]:thunder/thunder-distribution.git"
Expand Down Expand Up @@ -79,10 +75,10 @@
"require-dev": {
"drupal/core-dev": "^9 || ^10",
"phpspec/prophecy-phpunit": "^2",
"brianium/paratest": "^6.3"
"brianium/paratest": "^6.3",
"drupal/ckeditor5_dev": "^1.0"
},
"replace": {
"drupal/thunder_admin": "*",
"drupal/paragraphs_features": "*",
"drupal/paragraphs_paste": "*",
"drupal/select2": "*",
Expand Down Expand Up @@ -146,13 +142,12 @@
"merge-extra-deep": true
},
"local-develop-packages": {
"thunder/thunder-distribution": "7.1.x",
"drupal/thunder_admin": "4.x",
"thunder/thunder-distribution": "7.2.x",
"drupal/paragraphs_features": "2.x",
"drupal/paragraphs_paste": "2.x",
"drupal/select2": "8.x-1.x",
"drupal/ivw_integration": "8.x-2.x",
"drupal/update_helper": "3.0.x",
"drupal/update_helper": "4.0.x",
"thunder/thunder_testing_demo": "4.x"
},
"enable-patching": true
Expand Down

0 comments on commit d0c46b1

Please sign in to comment.