forked from EC-CUBE/ec-cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
190 lines (190 loc) · 6.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "ec-cube/ec-cube",
"description": "EC-CUBE EC open platform.",
"type": "project",
"homepage": "https://www.ec-cube.net/",
"license": [
"GPL-2.0-only"
],
"support": {
"issues": "https://github.com/EC-CUBE/ec-cube/issues"
},
"minimum-stability": "stable",
"require": {
"php": "^7.1.3",
"ext-intl": "^1.1",
"ext-mbstring": "*",
"composer/ca-bundle": "^1.1",
"composer/composer": "^1.6",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.7",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.9",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^2.8",
"doctrine/doctrine-bundle": "^1.9",
"doctrine/doctrine-cache-bundle": "^1.3",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-migrations-bundle": "^1.3",
"doctrine/inflector": "^1.3",
"doctrine/instantiator": "^1.1",
"doctrine/lexer": "^1.0",
"doctrine/migrations": "^1.8",
"doctrine/orm": "^2.6",
"ec-cube/plugin-installer": "~0.0.4",
"egulias/email-validator": "^2.1",
"friendsofphp/php-cs-fixer": "^2.10",
"guzzlehttp/guzzle": "^6.3",
"knplabs/knp-paginator-bundle": "^2.7",
"mobiledetect/mobiledetectlib": "^2.8",
"monolog/monolog": "^1.23",
"nesbot/carbon": "^1.22",
"pimple/pimple": "^1.1",
"psr/cache": "^1.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"sensio/framework-extra-bundle": "^5.1",
"sensio/generator-bundle": "^3.1",
"setasign/fpdi-tcpdf": "^2.0",
"suncat/mobile-detect-bundle": "^1.1",
"swiftmailer/swiftmailer": "^6.1",
"symfony/asset": "^3.4",
"symfony/cache": "^3.4",
"symfony/class-loader": "^3.4",
"symfony/config": "^3.4",
"symfony/console": "^3.4",
"symfony/css-selector": "^3.4",
"symfony/debug": "^3.4",
"symfony/debug-bundle": "^3.4",
"symfony/debug-pack": "^1.0",
"symfony/dependency-injection": "^3.4",
"symfony/doctrine-bridge": "^3.4",
"symfony/dom-crawler": "^3.4",
"symfony/dotenv": "^3.4",
"symfony/event-dispatcher": "^3.4",
"symfony/expression-language": "^3.4",
"symfony/filesystem": "^3.4",
"symfony/finder": "^3.4",
"symfony/flex": "^1.0",
"symfony/form": "^3.4",
"symfony/framework-bundle": "^3.4",
"symfony/http-foundation": "^3.4",
"symfony/http-kernel": "^3.4",
"symfony/inflector": "^3.4",
"symfony/intl": "^3.4",
"symfony/lts": "^3.0",
"symfony/maker-bundle": "^1.0",
"symfony/monolog-bridge": "^3.4",
"symfony/monolog-bundle": "^3.1",
"symfony/options-resolver": "^3.4",
"symfony/orm-pack": "^1.0",
"symfony/process": "^3.4",
"symfony/property-access": "^3.4",
"symfony/proxy-manager-bridge": "^3.4",
"symfony/routing": "^3.4",
"symfony/security": "^3.4",
"symfony/security-bundle": "^3.4",
"symfony/serializer": "^3.4",
"symfony/stopwatch": "^3.4",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/templating": "^3.4",
"symfony/translation": "^3.4",
"symfony/twig-bridge": "^3.4",
"symfony/twig-bundle": "^3.4",
"symfony/validator": "^3.4",
"symfony/var-dumper": "^3.4",
"symfony/web-profiler-bundle": "^3.4",
"symfony/web-server-bundle": "^3.4",
"symfony/workflow": "^3.4",
"symfony/yaml": "^3.4",
"twig/extensions": "^1.5",
"twig/twig": "^2.4",
"vlucas/phpdotenv": "v2.4.0"
},
"require-dev": {
"bheller/images-generator": "^1.0",
"captbaritone/mailcatcher-codeception-module": "^1.2",
"codeception/codeception": "^2.4",
"dama/doctrine-test-bundle": "^4.0",
"easycorp/easy-log-handler": "^1.0",
"fzaninotto/faker": "^1.7",
"mikey179/vfsStream": "^1.6",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^6.5",
"symfony/browser-kit": "^3.4",
"symfony/phpunit-bridge": "^3.4"
},
"autoload": {
"files": [
"src/Eccube/Resource/functions/log.php",
"src/Eccube/Resource/functions/env.php",
"src/Eccube/Resource/functions/trans.php"
],
"psr-4": {
"Eccube\\Entity\\": "app/proxy/entity",
"Customize\\": "app/Customize",
"Eccube\\": "src/Eccube",
"Plugin\\": "app/Plugin"
},
"exclude-from-classmap": ["**/Test/**", "**/Tests/**", "**/test/**", "**/tests/**"]
},
"autoload-dev" : {
"psr-4": {
"Eccube\\Tests\\" : "tests/Eccube/Tests"
}
},
"scripts": {
"compile": {
"doctrine:schema:create": "bin/console doctrine:schema:create",
"eccube:fixtures:load": "bin/console eccube:fixtures:load"
},
"auto-scripts": {
"cache:clear --no-warmup": "symfony-cmd",
"cache:warmup --no-optional-warmers": "symfony-cmd",
"assets:install --symlink --relative html": "symfony-cmd"
},
"installer-scripts": {
"doctrine:database:create": "bin/console doctrine:database:create",
"doctrine:schema:create": "bin/console doctrine:schema:create",
"eccube:fixtures:load": "bin/console eccube:fixtures:load"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"post-create-project-cmd": [
"@installer-scripts",
"@auto-scripts"
]
},
"conflict": {
"symfony/debug": "3.4.4",
"symfony/symfony": "*",
"easycorp/easy-log-handler": "1.0.4|1.0.5"
},
"extra": {
"symfony": {
"id": "01C0Q71D54BCVSB8ZWR3VECDRD",
"allow-contrib": false
},
"symfony-web-dir": ".",
"bin-dir": "bin",
"src-dir": "src/Eccube",
"config-dir": "app/config/eccube",
"public-dir": "."
},
"config": {
"platform": {
"php": "7.1.3"
},
"preferred-install": {
"*": "dist"
},
"optimize-autoloader": true,
"sort-packages": true
}
}