forked from shopware5/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
154 lines (154 loc) · 5.29 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
{
"name": "shopware/shopware",
"description": "Shopware is the next generation of open source e-commerce software made in Germany",
"keywords": ["shopware", "shop"],
"homepage": "http://www.shopware.com",
"type": "project",
"license": [
"AGPL-3.0",
"proprietary"
],
"support": {
"forum": "https://forum.shopware.com",
"chat": "https://gitter.im/shopware/shopware",
"wiki": "https://docs.shopware.com/",
"source": "https://github.com/shopware/shopware",
"issues": "https://issues.shopware.com"
},
"require": {
"php": "^7.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ext-intl": "*",
"lib-libxml": "*",
"symfony/http-kernel": "3.4.39",
"symfony/http-foundation": "3.4.39",
"symfony/config": "3.4.39",
"symfony/class-loader": "3.4.39",
"symfony/dependency-injection": "3.4.39",
"symfony/validator": "3.4.39",
"symfony/filesystem": "3.4.39",
"symfony/translation": "3.4.39",
"symfony/finder": "3.4.39",
"symfony/console": "3.4.39",
"symfony/form": "3.4.39",
"symfony/process": "3.4.39",
"symfony/serializer": "3.4.39",
"symfony/options-resolver": "3.4.39",
"symfony/expression-language": "3.4.39",
"symfony/web-link": "3.4.39",
"monolog/monolog": "1.25.3",
"doctrine/common": "2.11.0",
"doctrine/collections": "1.6.4",
"doctrine/dbal": "2.6.3",
"doctrine/orm": "2.6.6",
"doctrine/cache": "1.8.2",
"doctrine/persistence": "1.2.0",
"beberlei/assert": "2.9.9",
"zendframework/zend-escaper": "2.5.2",
"oyejorge/less.php": "1.7.0.14",
"guzzlehttp/guzzle": "5.3.4",
"egulias/email-validator": "1.2.16",
"elasticsearch/elasticsearch": "6.7.2",
"ongr/elasticsearch-dsl": "6.0.3",
"cocur/slugify": "3.1",
"bcremer/line-reader": "0.2.0",
"ramsey/uuid": "3.5.2",
"setasign/fpdf": "1.8.2",
"setasign/fpdi": "1.6.2",
"ocramius/proxy-manager": "2.2.3",
"mpdf/mpdf": "7.1.9",
"php-http/curl-client": "1.7.1",
"guzzlehttp/psr7": "1.4.2",
"php-http/message": "1.6.0",
"psr/link": "1.0.0",
"fig/link-util": "1.0.0",
"league/flysystem": "1.0.63",
"league/flysystem-aws-s3-v3": "1.0.23",
"superbalist/flysystem-google-storage": "6.0.0",
"stecman/symfony-console-completion": "0.10.1",
"beberlei/doctrineextensions": "1.2.6"
},
"suggest": {
"ext-apcu": "*",
"ext-zend-opcache": "*"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"behat/behat": "v3.5.0",
"behat/gherkin": "v4.6.0",
"behat/mink": "v1.7.1",
"behat/mink-extension": "v2.2",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "1.3.1",
"behat/mink-browserkit-driver": "1.3.3",
"sensiolabs/behat-page-object-extension": "~2.1.0",
"symfony/dom-crawler": "~2.8.52",
"friendsofphp/php-cs-fixer": "~2.16",
"symfony/yaml": "3.4.39",
"kubawerlos/php-cs-fixer-custom-fixers": "^1.17",
"jakub-onderka/php-var-dump-check": "^0.3.0",
"phpstan/phpstan": "0.12.19"
},
"include-path": [
"engine/Library/"
],
"autoload": {
"psr-0": {
"Doctrine\\Common\\Proxy\\AbstractProxyFactory": "engine/Library/",
"Doctrine\\ORM\\Persisters\\Entity\\BasicEntityPersister": "engine/Library/",
"Shopware": "engine/",
"Enlight": "engine/Library/",
"Zend": "engine/Library/",
"JSMin": "engine/Library/minify/"
},
"classmap": [
"engine/Shopware/Core/",
"engine/Library/Smarty/"
],
"files": ["engine/Shopware/Application.php"],
"exclude-from-classmap": [
"engine/Shopware/Plugins/Community/",
"engine/Shopware/Plugins/Local/",
"custom/plugins/"
]
},
"autoload-dev": {
"psr-4": {
"Shopware\\Behat\\ShopwareExtension\\": "tests/Mink/Extension/ShopwareExtension",
"Shopware\\Tests\\Mink\\": "tests/Mink/features/bootstrap",
"Shopware\\Tests\\Unit\\": "tests/Unit",
"Shopware\\Tests\\Functional\\": "tests/Functional"
}
},
"config": {
"autoloader-suffix": "Shopware",
"optimize-autoloader": true,
"platform": {
"php": "7.2.0"
}
},
"scripts": {
"cs-check": "php-cs-fixer fix --dry-run -v",
"cs-fix": "php-cs-fixer fix -v",
"post-install-cmd": "./build/composer-post-install-cmd.sh",
"post-update-cmd": "./build/composer-post-update-cmd.sh",
"test": "phpunit -c tests/ --colors=always",
"test-unit": "phpunit -c tests/phpunit_unit.xml.dist --colors=always"
}
}