forked from shopware5/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
170 lines (170 loc) · 5.9 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
{
"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://slack.shopware.com",
"wiki": "https://developers.shopware.com/",
"source": "https://github.com/shopware/shopware",
"issues": "https://issues.shopware.com"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"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.2.0",
"beberlei/assert": "3.3.2",
"beberlei/doctrineextensions": "1.3.0",
"cocur/slugify": "4.1.0",
"doctrine/annotations": "1.13.2",
"doctrine/cache": "1.13.0",
"doctrine/collections": "1.6.8",
"doctrine/common": "3.3.0",
"doctrine/dbal": "2.13.8",
"doctrine/event-manager": "1.1.1",
"doctrine/orm": "2.12.3",
"doctrine/persistence": "2.5.3",
"elasticsearch/elasticsearch": "^7",
"fig/link-util": "1.1.2",
"friendsofphp/proxy-manager-lts": "1.0.12",
"google/cloud-storage": "1.27.1",
"guzzlehttp/guzzle": "~7.4.5",
"guzzlehttp/psr7": "2.4.0",
"laminas/laminas-code": "4.5.1",
"laminas/laminas-escaper": "2.10.0",
"league/flysystem": "~1.1.4",
"league/flysystem-aws-s3-v3": "1.0.29",
"monolog/monolog": "2.7.0",
"mpdf/mpdf": "8.1.1",
"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.4",
"setasign/fpdi": "2.3.6",
"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/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.39",
"wikimedia/less.php": "3.1.0"
},
"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.5.0",
"behat/behat": "^3.10.0",
"behat/gherkin": "4.9.0",
"behat/mink": "1.10.0",
"behat/mink-selenium2-driver": "1.6.0",
"friends-of-behat/mink-extension": "2.6.1",
"php-parallel-lint/php-var-dump-check": "^0.5",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan": "1.7.8",
"phpstan/phpstan-doctrine": "1.3.7",
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-symfony": "1.2.2",
"phpunit/phpunit": "^9.4",
"sensiolabs/behat-page-object-extension": "2.3.4",
"symfony/browser-kit": "~4.4.27",
"symfony/dom-crawler": "~4.4.30"
},
"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/"
],
"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\\": "tests/"
}
},
"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
}
},
"scripts": {
"cs-check": "make check-php-cs-fixer",
"cs-fix": "make fix-code-style",
"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"
}
}