forked from EC-CUBE/ec-cube2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ec-cube/ec-cube2",
"description": "EC-CUBE 2.x",
"type": "project",
"homepage": "http://www.ec-cube.net/",
"license": [
"GPL-2.0",
"Commercial"
],
"support": {
"issues": "https://github.com/EC-CUBE/ec-cube2/issues"
},
"config": {
"vendor-dir": "data/vendor",
"platform": {
"php": "5.4.16"
},
"optimize-autoloader": true,
"sort-packages": true,
"preferred-install": {
"*": "dist"
}
},
"require-dev": {
"fzaninotto/faker": "^1.8",
"nanasess/eccube2-fixture-generator": "^1.1",
"nanasess/ec-cube2-class-extends-stubs": "^1.0",
"php5friends/phpunit48": ">=4.8.41"
},
"require": {
"php": ">=5.4.16",
"ext-gd": "*",
"ext-mbstring": "*",
"mobiledetect/mobiledetectlib": "^2.8",
"nanasess/mdb2": "^2.5",
"nanasess/php8-compat": "^1.0",
"pear/archive_tar": "^1.4.3",
"pear/mail": "*",
"pear/pear-core-minimal": "^1.10",
"pear/xml_parser": "*",
"pear/xml_serializer": "*",
"pear/xml_util": "*",
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^1.6",
"smarty/smarty": "*"
},
"autoload": {
"classmap": [
"data/class",
"data/class_extends"
]
}
}