forked from opencartbrasil/opencartbrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.04 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
{
"name": "opencartbrasil/opencartbrasil",
"description": "Projeto OpenCart Brasil",
"homepage": "https://www.opencartbrasil.com.br/",
"type": "project",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"composer/installers": "~1.2",
"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",
"zoujingli/wechat-php-sdk": ">=1.3.10"
},
"authors": [
{
"name": "OpenCart Brasil",
"homepage": "https://github.com/opencartbrasil"
}
],
"keywords": [
"opencartbrasil",
"opencart",
"ecommerce",
"framework",
"opensource"
],
"support": {
"source": "https://github.com/opencartbrasil/opencartbrasil/releases",
"issues": "https://github.com/opencartbrasil/opencartbrasil/issues",
"forum": "https://forum.opencartbrasil.com.br/"
},
"config": {
"vendor-dir": "./system/storage/vendor/"
}
}