diff --git a/composer.json b/composer.json index c55a9a3..fed4a61 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,13 @@ "recurse": false, "replace": false, "merge-extra": false + }, + "installer-paths": { + "core": ["type:drupal-core"], + "modules/contrib/{$name}": ["type:drupal-module"], + "profiles/contrib/{$name}": ["type:drupal-profile"], + "themes/contrib/{$name}": ["type:drupal-theme"], + "drush/contrib/{$name}": ["type:drupal-drush"] } }, "autoload": { diff --git a/composer.lock b/composer.lock index 8e3de74..97c6e64 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "64b08387a4402f685cc35b1ad9197380", - "content-hash": "0e7de9d6c3256344615aad4b059a850a", + "hash": "1167766f8eca494239cc8a1baa1ea6bb", + "content-hash": "0cfc95231ad5eb3f8d306e45c9cc92d9", "packages": [ { "name": "asm89/stack-cors",