forked from opencart/opencart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 933 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
{
"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": "support@opencart.com",
"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.7",
"divido/divido-php": ">=1.1.1",
"klarna/kco_rest": "^2.2",
"php": ">=7.1.0",
"zoujingli/wechat-php-sdk": ">=1.3.10",
"twig/twig": "^2.4.8"
}
}