-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.54 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.54 KB
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
{
"name": "opencart/opencart",
"type": "project",
"description": "OpenCart",
"keywords": ["opencart", "ecommerce", "framework", "opensource"],
"homepage": "http://www.opencart.com",
"license": "GPL-3.0+",
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"secure-http": false
},
"require": {
"php": ">=5.4.0",
"abraham/twitteroauth": "^0.9.2",
"aftership/aftership-php-sdk": "^5.1",
"braintree/braintree_php": "3.2.0",
"divido/divido-php": ">=1.1.1",
"filp/whoops": "^2.1",
"geoip2/geoip2": "^2.7",
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"kozz/emoji-regex": "^0.0.2",
"leafo/scssphp": "^0.7.7",
"league/csv": "^8.2",
"maximebf/debugbar": "^1.14",
"novutec/domainparser": "^2.0",
"overtrue/socialite": "^1.3",
"phpoffice/phpspreadsheet": "^1.0",
"predis/predis": "^1.1",
"psy/psysh": "^0.8.17",
"rinvex/country": "^3.1",
"riverslei/payment": "*",
"stripe/stripe-php": "^6.10",
"swiftmailer/swiftmailer": "^5.4",
"symfony/console": "3.4.*",
"symfony/var-dumper": "3.4.*",
"twig/twig": "1.24.2",
"yunpian/yunpian-php-sdk": "^1.0",
"zoujingli/wechat-php-sdk": ">=1.3.10"
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}