diff --git a/composer.json b/composer.json index 48a5632..9847ad0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "GPL-2.0+", "require": { - "composer/installers": "^1.0.21", + "composer/installers": "^1.0.24", "wikimedia/composer-merge-plugin": "~1.3" }, "replace": { @@ -37,7 +37,9 @@ "modules/contrib/{$name}": ["type:drupal-module"], "profiles/contrib/{$name}": ["type:drupal-profile"], "themes/contrib/{$name}": ["type:drupal-theme"], - "drush/contrib/{$name}": ["type:drupal-drush"] + "drush/contrib/{$name}": ["type:drupal-drush"], + "modules/custom/{$name}": ["type:drupal-custom-module"], + "themes/custom/{$name}": ["type:drupal-custom-theme"] } }, "autoload": { diff --git a/composer.lock b/composer.lock index c6a9189..0b63316 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "ccaaa31c7fb3423dca36316975b292cb", + "content-hash": "47cf4b2b460c00b55b2533e8caa6df19", "packages": [ { "name": "asm89/stack-cors",