forked from verbb/snipcart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 1.59 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
{
"name": "fostercommerce/craft-snipcart",
"description": "Craft CMS e-commerce in a day.",
"type": "craft-plugin",
"version": "1.5.4",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft3",
"snipcart"
],
"support": {
"docs": "https://snipcart.fostercommerce.com/",
"issues": "https://github.com/FosterCommerce/snipcart-craft-plugin/issues"
},
"license": "proprietary",
"authors": [
{
"name": "Foster Commerce",
"homepage": "https://www.fostercommerce.com/"
}
],
"require": {
"php": "^7.0.0",
"craftcms/cms": "^3.3.0",
"pelago/emogrifier": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"vlucas/phpdotenv": "^3.4",
"codeception/codeception": "^4.0.0",
"fzaninotto/faker": "^1.8",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0",
"codeception/module-rest": "^1.0.0",
"codeception/module-datafactory": "^1.0.0",
"codeception/module-yii2": "^1.0.0"
},
"autoload": {
"psr-4": {
"fostercommerce\\snipcart\\": "src/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"name": "Snipcart",
"handle": "snipcart",
"hasCpSettings": true,
"hasCpSection": true,
"changelogUrl": "https://github.com/FosterCommerce/snipcart-craft-plugin/changelog.md",
"class": "fostercommerce\\snipcart\\Snipcart"
}
}