Skip to content

Commit

Permalink
Use select2 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Jan 9, 2025
1 parent 7db26c0 commit 65c65fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: test-drupal-project prepare_build

- name: Add necessary packages to lenient
run: composer config --json extra.drupal-lenient.allowed-list '["drupal/select2", "thunder/thunder_testing_demo"]'
run: composer config --json extra.drupal-lenient.allowed-list '["thunder/thunder_testing_demo"]'
working-directory: /tmp/test/thunder/install

- name: Build the docroot
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
"Drupal 10.4 RC1 error with field_ui.js": "https://git.drupalcode.org/project/field_group/-/merge_requests/88.diff"
}
},
"drupal-lenient": {
"allowed-list": [
"drupal/select2"
]
}
},
"require": {
"php": ">=8.3",
Expand Down Expand Up @@ -104,7 +99,7 @@
"drupal/scheduler": "^2.1.0",
"drupal/scheduler_content_moderation_integration": "^3.0.1",
"drupal/schema_metatag": "^3.0.3",
"drupal/select2": "dev-1.x",
"drupal/select2": "^2.0",
"drupal/search_api_mark_outdated": "^1.0",
"drupal/simple_sitemap": "^4.2.1",
"drupal/token": "^1.7",
Expand Down

0 comments on commit 65c65fd

Please sign in to comment.