forked from opi/backdrop-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
60 lines (60 loc) · 1.82 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "backdrop-docker/backdrop",
"description": "Run Backdrop using Docker containers.",
"minimum-stability": "dev",
"repositories": [
{
"type": "package",
"package": {
"name": "tabroughton/backdrop",
"version": "1.13.3",
"dist": {
"url": "https://github.com/backdrop/backdrop/archive/1.13.3.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "tabroughton/civicrm",
"version": "5.16.4",
"dist": {
"url": "https://download.civicrm.org/civicrm-5.16.4-backdrop.tar.gz",
"type": "tar"
}
}
},
{
"type": "package",
"package": {
"name": "polydigital/civicrm-backdrop",
"version": "dev-master",
"source": {
"url": "https://github.com/polydigital/civicrm-backdrop.git",
"type": "git",
"reference":"df6c1eee93b920f35318f38ebac2e584f00f2799"
}
}
},
{
"type": "package",
"package": {
"name": "backdrop-contrib/drush",
"version": "dev-master",
"source": {
"url": "https://github.com/backdrop-contrib/drush.git",
"type": "git",
"reference":"1d4b9ba7dcbe6f8d84ca38d34283a5d18346af6d"
}
}
}
],
"require": {
"tabroughton/backdrop": "1.13.3.*",
"backdrop-contrib/drush": "dev-master",
"drush/drush": "8.3.0",
"tabroughton/civicrm": "5.16.4.*",
"polydigital/civicrm-backdrop": "dev-master"
}
}