forked from craftcms/commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.11 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
{
"name": "craftcms/commerce",
"description": "Craft Commerce",
"type": "craft-plugin",
"version": "2.1.7",
"keywords": [
"cms",
"craftcms",
"commerce",
"yii2"
],
"homepage": "https://craftcommerce.com",
"license": "proprietary",
"support": {
"email": "support@craftcms.com",
"issues": "https://github.com/craftcms/commerce/issues?state=open",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/craftcms/commerce",
"docs": "https://docs.craftcms.com/commerce/v2/",
"rss": "https://github.com/craftcms/commerce/releases.atom"
},
"require": {
"craftcms/cms": "^3.1.20",
"dompdf/dompdf": "~0.8.2",
"moneyphp/money": "^3.1.3",
"ibericode/vat": "^1.1.2",
"phpoffice/phpspreadsheet": "^1.4"
},
"autoload": {
"psr-4": {
"craft\\commerce\\": "src/"
}
},
"extra": {
"handle": "commerce",
"name": "Craft Commerce",
"description": "An amazingly powerful and flexible e-commerce platform for Craft CMS.",
"developer": "Pixel & Tonic",
"documentationUrl": "https://docs.craftcms.com/commerce/v2/"
}
}