Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Natkeeran authored Mar 10, 2022
1 parent f2c5300 commit e593265
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@
}
}
},
{
"type": "package",
"package": {
"name": "islandora_lite/views_nested_details",
"version": "dev-main",
"type": "drupal-module",
"source": {
"url": "https://github.com/Natkeeran/views_nested_details",
"type": "git",
"reference":"main"
}
}
},
{
"type": "package",
"package": {
Expand Down Expand Up @@ -218,6 +231,7 @@
"islandora_lite/iiif_view_manifest": "dev-drupal_view",
"islandora_lite/media_thumbnails_tiff": "dev-master",
"islandora_lite/fico_taxonomy_condition": "dev-main",
"islandora_lite/views_nested_details": "dev-main",
"digitalutsc/group_solr" : "dev-main",
"digitalutsc/ajax_solr_search" : "1.0.x-dev",
"digitalutsc/islandora_group_defaults" : "dev-main",
Expand All @@ -233,8 +247,8 @@
"prefer-stable": true,
"config": {
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
Expand Down

0 comments on commit e593265

Please sign in to comment.