forked from shopware5/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
165 lines (165 loc) · 5.69 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
{
"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",
"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": "4.4.14",
"symfony/http-foundation": "4.4.14",
"symfony/config": "4.4.14",
"symfony/class-loader": "v3.4.45",
"symfony/dependency-injection": "4.4.14",
"symfony/validator": "4.4.14",
"symfony/filesystem": "4.4.14",
"symfony/finder": "4.4.14",
"symfony/console": "4.4.14",
"symfony/form": "4.4.14",
"symfony/process": "4.4.14",
"symfony/serializer": "4.4.14",
"symfony/options-resolver": "4.4.14",
"symfony/expression-language": "4.4.14",
"symfony/web-link": "4.4.14",
"monolog/monolog": "2.1.1",
"doctrine/common": "3.0.2",
"doctrine/collections": "1.6.7",
"doctrine/dbal": "2.12.1",
"doctrine/orm": "2.7.5",
"doctrine/cache": "1.10.2",
"doctrine/persistence": "2.0.0",
"beberlei/assert": "3.2.7",
"wikimedia/less.php": "3.0.0",
"guzzlehttp/guzzle": "7.1.0",
"elasticsearch/elasticsearch": "^7",
"ongr/elasticsearch-dsl": "7.1.2",
"cocur/slugify": "4.0.0",
"bcremer/line-reader": "1.0.1",
"ramsey/uuid": "4.1.1",
"setasign/fpdi": "2.3.4",
"setasign/fpdf": "1.8.2",
"ocramius/proxy-manager": "2.2.3",
"mpdf/mpdf": "8.0.7",
"guzzlehttp/psr7": "1.6.1",
"php-http/message": "1.8.0",
"fig/link-util": "1.1.1",
"league/flysystem": "1.1.3",
"league/flysystem-aws-s3-v3": "1.0.28",
"superbalist/flysystem-google-storage": "7.2.2",
"stecman/symfony-console-completion": "0.11.0",
"beberlei/doctrineextensions": "1.2.7",
"laminas/laminas-escaper": "2.6.1",
"laminas/laminas-code": "3.4.1",
"composer/package-versions-deprecated": "*"
},
"replace": {
"paragonie/random_compat": "2.*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php56": "*"
},
"suggest": {
"ext-apcu": "*",
"ext-zend-opcache": "*"
},
"require-dev": {
"behat/behat": "3.7.0",
"behat/gherkin": "4.6.2",
"behat/mink": "1.8.1",
"behat/mink-selenium2-driver": "1.4.0",
"friends-of-behat/mink-extension": "2.4.0",
"friendsofphp/php-cs-fixer": "2.18.2",
"kubawerlos/php-cs-fixer-custom-fixers": "2.4.0",
"php-parallel-lint/php-var-dump-check": "^0.5",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan": "0.12.70",
"phpstan/phpstan-doctrine": "0.12.30",
"phpstan/phpstan-phpunit": "0.12.17",
"phpstan/phpstan-symfony": "0.12.16",
"phpunit/phpunit": "^9.4",
"sensiolabs/behat-page-object-extension": "~2.3.2",
"symfony/browser-kit": "4.4.14",
"symfony/dom-crawler": "4.4.14"
},
"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\\Unit\\": "tests/Unit",
"Shopware\\Tests\\Functional\\": "tests/Functional"
}
},
"config": {
"autoloader-suffix": "Shopware",
"optimize-autoloader": true,
"platform": {
"php": "7.4.0"
},
"sort-packages": true
},
"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"
}
}