Skip to content

Commit

Permalink
fix(deps): update dependency cweagans/composer-patches to v1.7.2 (#4)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency cweagans/composer-patches to v1.7.2

* chore: update composer plugins

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Stuart Clark <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2022
1 parent aab17cb commit 7fd4203
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
11 changes: 9 additions & 2 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"composer/installers": "1.12.0",
"cweagans/composer-patches": "1.7.1",
"cweagans/composer-patches": "1.7.2",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "1.0.0-beta1",
"drupal/admin_toolbar": "3.0.3",
Expand Down Expand Up @@ -85,7 +85,14 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-create-project-cmd": ""
Expand Down
14 changes: 7 additions & 7 deletions drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fd4203

Please sign in to comment.