-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.34 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "dpc-sdp/bay_platform_dependencies",
"description": "Drupal integrations and dependency management for the Bay hosting platform.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drush/drush": "^12",
"drupal/purge": "^3.4",
"drupal/section_purge": "4.x",
"drupal/redis": "1.6",
"drupal/smtp": "^1.2",
"dpc-sdp/tide_logs": "^2.0.1",
"dpc-sdp/bay_monitoring": "^2.0",
"cweagans/composer-patches": "^1.7"
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"patches": {
"drupal/redis": {
"Implement initial RedisCluster client integration - https://gist.github.com/nicksantamaria/0e0c91aa0a33359f055165b49df59f04 with new relic integration": "https://gist.githubusercontent.com/nicksantamaria/0e0c91aa0a33359f055165b49df59f04/raw/c498a55f3a7a086b38e54e493bf69015a2fa33ed/drupal-redis-1.6-redis-cluster-newrelic.patch"
}
}
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"dpc-sdp/bay_monitoring": {
"no-api": true,
"type": "vcs",
"url": "https://github.com/dpc-sdp/bay_monitoring.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}