-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
23 lines (23 loc) · 933 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "pantheon-systems/drupal-integrations",
"description": "Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Pantheon.",
"type": "project",
"license": "MIT",
"conflict": {
"drupal/core": "<10"
},
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.drush-lock-update": "assets/drush-lock-update",
"[web-root]/sites/default/default.services.pantheon.preproduction.yml": "assets/default.services.pantheon.preproduction.yml",
"[web-root]/sites/default/settings.pantheon.php": "assets/settings.pantheon.php",
"[web-root]/sites/default/settings.php": {
"mode": "replace",
"path": "assets/initial.settings.php",
"overwrite": false
}
}
}
}
}