We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7328bc4 commit 4f7cb18Copy full SHA for 4f7cb18
composer.json
@@ -32,6 +32,10 @@
32
"type": "path",
33
"url": "app/composer/Plugin/VendorHardening"
34
},
35
+ {
36
+ "type": "path",
37
+ "url": "app/composer/Plugin/RecipeUnpack"
38
+ },
39
{
40
"type": "composer",
41
"url": "https://packages.drupal.org/8"
@@ -60,6 +64,7 @@
60
64
"drupal/core-composer-scaffold": true,
61
65
"drupal/core-project-message": true,
62
66
"drupal/core-vendor-hardening": true,
67
+ "drupal/core-recipe-unpack": true,
63
68
"phpstan/extension-installer": true,
69
"php-http/discovery": true
70
}
0 commit comments