-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 955 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
33
34
35
36
37
{
"name": "swordfox/silverstripe-shopify",
"description": "Import Shopify products into your Silverstripe site, implements the buy button sdk to create a cart and checkout",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "shopify", "buybutton"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Graham McLellan",
"homepage": "https://www.swordfox.nz",
"role": "Developer"
}
],
"require": {
"silverstripe/framework": "4.x",
"silverstripe/cms": "4.x",
"composer/installers": "*",
"guzzlehttp/guzzle": "*",
"symbiote/silverstripe-gridfieldextensions": "^3"
},
"extra": {
"expose": [
"images"
],
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Swordfox\\Shopify\\": "src"
}
},
"support": {
"issues": "https://github.com/swordfox/silverstripe-recaptchamultiple/issues"
}
}