-
Notifications
You must be signed in to change notification settings - Fork 804
/
composer.json
182 lines (182 loc) · 6.41 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
{
"name": "shopware/shopware",
"description": "Shopware 5 is an open source e-commerce software made in Germany",
"keywords": ["shopware", "shop"],
"homepage": "https://github.com/shopware5",
"type": "project",
"license": [
"AGPL-3.0"
],
"support": {
"forum": "https://forum.shopware.com/c/shopware-5/7",
"chat": "https://slack.shopware.com",
"wiki": "https://developers.shopware.com/",
"source": "https://github.com/shopware5/shopware",
"issues": "https://github.com/shopware5/shopware/issues"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-zip": "*",
"ext-zlib": "*",
"lib-libxml": "*",
"composer-runtime-api": "^2.0",
"bcremer/line-reader": "1.3.0",
"beberlei/assert": "3.3.2",
"beberlei/doctrineextensions": "1.4.0",
"cocur/slugify": "4.3.0 || 4.6.0",
"doctrine/annotations": "1.14.4",
"doctrine/cache": "1.13.0",
"doctrine/collections": "1.8.0",
"doctrine/common": "3.4.5",
"doctrine/dbal": "2.13.9",
"doctrine/event-manager": "1.2.0",
"doctrine/inflector": "2.0.10",
"doctrine/orm": "2.15.5",
"doctrine/persistence": "3.3.3",
"elasticsearch/elasticsearch": "^7",
"fig/link-util": "1.1.2",
"friendsofphp/proxy-manager-lts": "1.0.18",
"google/cloud-storage": "1.39.0",
"guzzlehttp/guzzle": "~7.9.0",
"guzzlehttp/psr7": "~2.7.0",
"laminas/laminas-code": "4.7.1 || 4.14.0",
"laminas/laminas-escaper": "2.12.0 || 2.13.0",
"league/flysystem": "~1.1.4",
"league/flysystem-aws-s3-v3": "1.0.30",
"monolog/monolog": "2.9.3",
"mpdf/mpdf": "8.2.4",
"ongr/elasticsearch-dsl": "7.2.2",
"psr/link": "1.0.0",
"psr/log": "1.1.4",
"ramsey/uuid": "4.2.3",
"setasign/fpdf": "1.8.6",
"setasign/fpdi": "2.6.1",
"stecman/symfony-console-completion": "0.11.0",
"superbalist/flysystem-google-storage": "7.2.2",
"symfony/config": "~4.4.34",
"symfony/console": "~4.4.34",
"symfony/dependency-injection": "~4.4.34",
"symfony/expression-language": "~4.4.34",
"symfony/filesystem": "~4.4.27",
"symfony/finder": "~4.4.30",
"symfony/form": "~4.4.34",
"symfony/http-foundation": "~4.4.34",
"symfony/http-kernel": "~4.4.34",
"symfony/options-resolver": "~4.4.30",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23",
"symfony/polyfill-php82": "^1.26",
"symfony/polyfill-php83": "^1.28",
"symfony/process": "~4.4.34",
"symfony/serializer": "~5.4.0",
"symfony/validator": "~4.4.34",
"symfony/web-link": "~4.4.27",
"voku/anti-xss": "~4.1.41",
"wikimedia/less.php": "5.1.1"
},
"replace": {
"paragonie/random_compat": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-mbstring": "*"
},
"suggest": {
"ext-apcu": "*",
"ext-zend-opcache": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "1.8.2",
"behat/behat": "3.15.0",
"behat/gherkin": "4.10.0",
"behat/mink": "1.11.0",
"behat/mink-selenium2-driver": "1.7.0",
"friends-of-behat/mink-extension": "2.7.5",
"php-parallel-lint/php-var-dump-check": "^0.5",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.0",
"phpstan/phpstan-doctrine": "1.5.3",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-symfony": "1.4.11",
"phpunit/phpunit": "^9.6",
"sensiolabs/behat-page-object-extension": "2.3.7",
"staabm/phpstan-dba": "0.2.81",
"symfony/browser-kit": "~5.4.35",
"symfony/dom-crawler": "~5.4.35"
},
"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/"
},
"files": ["engine/Shopware/Shopware.php"],
"classmap": [
"engine/Shopware/",
"engine/Library/Smarty/",
"engine/Library/Enlight/Template/Plugins/"
],
"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\\": "tests/",
"TestPlugin\\": "tests/Unit/Bundle/PluginInstallerBundle/Fixtures/TestPlugin",
"SwagTest\\": "tests/Functional/Components/Plugin/fixtures/SwagTest",
"Shopware\\Themes\\": "tests/Functional/Components/Theme/Themes"
},
"classmap": [
"tests/Unit/Components/DependencyInjection/Compiler/RegisterControllerExamplePlugins",
"tests/Functional/Components/Plugin/fixtures"
]
},
"config": {
"autoloader-suffix": "Shopware",
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true,
"bamarni/composer-bin-plugin": true
}
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"scripts": {
"post-install-cmd": "./build/composer-post-install-cmd.sh",
"post-update-cmd": "./build/composer-post-update-cmd.sh"
}
}