-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json.swipestripe
59 lines (55 loc) · 1.78 KB
/
composer.json.swipestripe
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
{
"repositories": [
{
"type": "vcs",
"url": "[email protected]:silverstripe-labs/silverstripe-payment.git"
},
{
"type": "vcs",
"url": "[email protected]:PlatoCreative/silverstripe-swipestripe.git"
},
{
"type": "vcs",
"url": "https://github.com/PlatoCreative/silverstripe-swipestripe-category"
},
{
"type": "vcs",
"url": "https://github.com/PlatoCreative/silverstripe-swipestripe-addresses"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.1.6",
"silverstripe/framework": "3.1.6",
"silverstripe/payment": "4.* as 2.1.*@dev",
"plato-creative/plato-welcome": "dev-master",
"colymba/gridfield-bulk-editing-tools": "dev-master",
"silverstripe/userforms": "dev-master",
"undefinedoffset/sortablegridfield": "dev-master",
"silverstripe/googlesitemaps": "dev-master",
"kinglozzer/metatitle": "dev-master",
"unclecheese/betterbuttons": "dev-master",
"swipestripe/swipestripe-flatfeetax": "2.1.*@dev",
"swipestripe/swipestripe-currency": "2.1.*@dev",
"swipestripe/swipestripe-addresses": "2.1.x-dev",
"silverstripe/payment": "1.0.*"
},
"config": {
"process-timeout": 600
},
"autoload": {
"psr-0": {
"ComposerScript\\Installer" : ""
}
},
"scripts": {
"post-install-cmd": [
"ComposerScript\\Installer::postUpdateCheck",
"git clone https://github.com/PlatoCreative/plato-base.git --branch master",
"ComposerScript\\Installer::postUpdate",
"foundation new themes/default/ff",
"ComposerScript\\Installer::postPackageThemeCleanUp"
]
},
"minimum-stability": "dev"
}