Skip to content

Commit 94ac5c6

Browse files
piggitoandypost
authored andcommitted
Use drupal-cleanup plugin to clean core + contrib
1 parent ce12fa6 commit 94ac5c6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

composer.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"drupal/better_normalizers": "^1.0@beta",
2323
"drupal/block_content_permissions": "^1.8",
2424
"drupal/core-recommended": "^8.9",
25-
"drupal/core-vendor-hardening": "^8.8",
25+
"drupal/core-vendor-hardening": "^8.9",
2626
"drupal/default_content": "^1",
2727
"drupal/file_entity": "^2",
2828
"drupal/focal_point": "^1.2",
@@ -49,6 +49,7 @@
4949
"drupal/views_bulk_edit": "^2.3",
5050
"drupal/webform": "^5.4",
5151
"drush/drush": "^10.1.0",
52+
"skilldlabs/drupal-cleanup": "^1",
5253
"zaporylie/composer-drupal-optimizations": "^1.0"
5354
},
5455
"require-dev": {
@@ -108,6 +109,19 @@
108109
"patchLevel": {
109110
"drupal/core": "-p2"
110111
},
112+
"drupal-cleanup": {
113+
"drupal-core": [
114+
"modules/*/tests",
115+
"modules/*/src/Tests",
116+
"profiles/demo_umami",
117+
"profiles/*/tests",
118+
"profiles/*testing*"
119+
],
120+
"drupal-module": [
121+
"tests",
122+
"src/Tests"
123+
]
124+
},
111125
"patches": {
112126
"drupal/core": {
113127
"Setting required on radios marks all options required": "https://www.drupal.org/files/issues/2019-07-30/2731991-42.patch",

0 commit comments

Comments
 (0)