Skip to content

Commit

Permalink
Add dropzonejs composer merge
Browse files Browse the repository at this point in the history
  • Loading branch information
andybroomfield authored Aug 5, 2024
1 parent d6be7db commit 6207be6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-recommended": "^10.3",
"localgovdrupal/localgov": "^3.0",
"localgovdrupal/localgov_search_solr": "^1.1"
"localgovdrupal/localgov_search_solr": "^1.1",
"wikimedia/composer-merge-plugin": "^2.1"
},
"require-dev": {
"brianium/paratest": "^6.0",
Expand Down Expand Up @@ -84,7 +85,11 @@
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"web/modules/custom/{$name}": ["type:drupal-custom-module"],
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"merge-plugin": {
"include": [
"web/modules/contrib/dropzonejs/composer.libraries.json"
]
}

}
}

0 comments on commit 6207be6

Please sign in to comment.