-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 846 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
{
"name": "swipestripe/swipestripe-flatfeeshipping",
"description": "Flat fee shipping support in SwipeStripe",
"homepage": "http://swipestripe.com",
"license": "BSD-3-Clause",
"type": "silverstripe-module",
"keywords": ["silverstripe", "ecommerce", "e-commerce", "shop", "swipestripe", "swipe stripe", "shipping"],
"authors": [
{
"name": "Frank Mullenger",
"email": "[email protected]"
}
],
"require":
{
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1",
"swipestripe/swipestripe": "2.1.*",
"swipestripe/swipestripe-addresses": "2.1.*"
},
"support":
{
"email": "[email protected]",
"irc": "irc://irc.freenode.org/silverstripe",
"forum": "http://www.silverstripe.org/e-commerce-modules/",
"issues": "https://github.com/swipestripe/silverstripe-swipestripe-flatfeeshipping/issues"
}
}