Skip to content

Commit

Permalink
Add dropzonejs composer merge (#173)
Browse files Browse the repository at this point in the history
* Add dropzonejs composer merge

See localgovdrupal/localgov#729

* Enable composer merge plugin

---------

Co-authored-by: Finn Lewis <[email protected]>
  • Loading branch information
andybroomfield and finnlewis authored Feb 25, 2025
1 parent 873d0ae commit b585431
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 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 @@ -45,7 +46,8 @@
"drupal/core-project-message": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"tbachert/spi": false
"tbachert/spi": false,
"wikimedia/composer-merge-plugin": true
}
},
"extra": {
Expand Down Expand Up @@ -92,7 +94,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 b585431

Please sign in to comment.