Skip to content

Commit 4f7cb18

Browse files
authored
Fix composer with drupal/core-recipe-unpack (#40)
1 parent 7328bc4 commit 4f7cb18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"type": "path",
3333
"url": "app/composer/Plugin/VendorHardening"
3434
},
35+
{
36+
"type": "path",
37+
"url": "app/composer/Plugin/RecipeUnpack"
38+
},
3539
{
3640
"type": "composer",
3741
"url": "https://packages.drupal.org/8"
@@ -60,6 +64,7 @@
6064
"drupal/core-composer-scaffold": true,
6165
"drupal/core-project-message": true,
6266
"drupal/core-vendor-hardening": true,
67+
"drupal/core-recipe-unpack": true,
6368
"phpstan/extension-installer": true,
6469
"php-http/discovery": true
6570
}

0 commit comments

Comments
 (0)