forked from xini/silverstripe-silvershop-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 836 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
24
25
26
27
28
29
30
31
32
{
"name": "innoweb/silverstripe-silvershop-stripe",
"description": "Adds stripe customer and creditcard saving to silvershop",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "silvershop", "stripe", "customer", "card"],
"authors": [{
"name": "Florian Thoma",
"homepage": "http://www.innoweb.com.au"
}],
"require": {
"silverstripe/cms": "^4",
"silverstripe/vendor-plugin": "^1",
"silvershop/core": "^3.0",
"suilven/silverstripe-track-member": "~1.0",
"omnipay/stripe": "^3.0",
"php-http/guzzle6-adapter": "^2.0"
},
"autoload": {
"psr-4": {
"Innoweb\\SilvershopStripe\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"expose": [
"javascript"
]
}
}