Skip to content

Commit 0608c46

Browse files
authored
Add support for Drupal recipes
1 parent 4b323c1 commit 0608c46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@
138138
"patchLevel": {
139139
"drupal/core": "-p2"
140140
},
141-
"patches-file": "composer.patches.json"
141+
"patches-file": "composer.patches.json",
142+
"drupal-recipe": {
143+
"unpack-remove-recipe": true,
144+
"auto-unpack": true
145+
}
142146
},
143147
"scripts": {
144148
"pre-install-cmd": [

0 commit comments

Comments
 (0)