-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcivicrm.make.yml
61 lines (61 loc) · 1.15 KB
/
civicrm.make.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
core: 7.x
api: 2
defaults:
projects:
subdir: contrib
projects:
drupal:
type: core
version: 7.69
views:
version: 3.23
ctools:
version: 1.15
admin_menu:
version: 3.0-rc6
jquery_update:
version: 2.7
entity:
version: 1.9
rules:
version: 2.12
role_delegation:
version: 1.2
password_policy:
version: 1.16
redirect:
version: 1.0-rc3
tfa:
version: 2.0
patch:
mcrypt:
url: 'https://www.drupal.org/files/issues/2019-06-16/tfa-2820710-54.patch'
tfa_basic:
version: 1.1
tfa_rules:
version: 1.1
webform:
version: 4.21
options_element:
version: 1.12
webform_civicrm:
version: 5.0
civicrm:
download:
type: get
url: 'https://download.civicrm.org/civicrm-5.21.1-drupal.tar.gz'
bootstrap:
type: theme
version: 3.26
libraries:
civicrm_l10n_core:
download:
type: file
url: 'https://download.civicrm.org/civicrm-5.21.1-l10n.tar.gz'
type: library
qrcodejs:
download:
type: git
url: 'https://github.com/davidshimjs/qrcodejs.git'
type: library
destination: 'modules/contrib/tfa_basic/includes'