forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 992 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
{
"name": "opencart/opencart",
"description": "OpenCart",
"type": "project",
"keywords": ["opencart", "ecommerce", "framework", "opensource"],
"homepage": "https://www.opencart.com/",
"license": "GPL-3.0-or-later",
"support": {
"email": "[email protected]",
"issues": "https://github.com/opencart/opencart/issues",
"forum": "https://forum.opencart.com/",
"wiki": "https://github.com/opencart/opencart/wiki",
"source": "https://github.com/opencart/opencart/releases",
"docs": "http://docs.opencart.com/"
},
"config": {
"vendor-dir": "./upload/system/storage/vendor/"
},
"require": {
"cardinity/cardinity-sdk-php": "^1.0",
"braintree/braintree_php" : "3.2.0",
"leafo/scssphp": "0.7.5",
"divido/divido-php": ">=1.1.1",
"klarna/kco_rest": "^2.2",
"php": ">=5.4.0",
"zoujingli/wechat-php-sdk": ">=1.3.10",
"twig/twig": "1.24.2"
}
}