forked from shopsys/shopsys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
196 lines (196 loc) · 7.23 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
191
192
193
194
195
196
{
"name": "shopsys/shopsys",
"type": "project",
"description": "Repository for maintaining Shopsys Framework packages",
"license": "proprietary",
"autoload": {
"psr-4": {
"Shopsys\\": [
"project-base/app/",
"project-base/src/Shopsys/"
],
"Shopsys\\CodingStandards\\": "packages/coding-standards/src/",
"Shopsys\\FormTypesBundle\\": "packages/form-types-bundle/src/",
"Shopsys\\HttpSmokeTesting\\": "packages/http-smoke-testing/src/",
"Shopsys\\MigrationBundle\\": "packages/migrations/src/",
"Shopsys\\Plugin\\": "packages/plugin-interface/src/",
"Shopsys\\ProductFeed\\ZboziBundle\\": "packages/product-feed-zbozi/src/",
"Shopsys\\ProductFeed\\GoogleBundle\\": "packages/product-feed-google/src/",
"Shopsys\\ProductFeed\\HeurekaBundle\\": "packages/product-feed-heureka/src/",
"Shopsys\\ProductFeed\\HeurekaDeliveryBundle\\": "packages/product-feed-heureka-delivery/src/",
"Shopsys\\FrameworkBundle\\": "packages/framework/src/"
},
"classmap": [
"project-base/app/AppCache.php",
"project-base/app/AppKernel.php",
"project-base/app/Bootstrap.php",
"project-base/app/Environment.php"
],
"files": [
"packages/framework/src/Component/Translation/functions.php",
"packages/framework/src/Component/VarDumper/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "project-base/tests/",
"Tests\\CodingStandards\\": "packages/coding-standards/tests/",
"Tests\\FrameworkBundle\\": "packages/framework/tests/",
"Tests\\HttpSmokeTesting\\": "packages/http-smoke-testing/tests/",
"Tests\\MigrationBundle\\": "packages/migrations/tests/",
"Tests\\ProductFeed\\ZboziBundle\\": "packages/product-feed-zbozi/tests/",
"Tests\\ProductFeed\\GoogleBundle\\": "packages/product-feed-google/tests/",
"Tests\\ProductFeed\\HeurekaBundle\\": "packages/product-feed-heureka/tests/",
"Tests\\ProductFeed\\HeurekaDeliveryBundle\\": "packages/product-feed-heureka-delivery/tests/",
"Shopsys\\MicroserviceProductSearchExport\\": "microservices/product-search-export/src/"
}
},
"require": {
"php": "^7.1",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_pgsql": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"arvenil/ninja-mutex": "^0.4.1",
"barryvdh/elfinder-flysystem-driver": "^0.2",
"bmatzner/jquery-bundle": "^2.2.2",
"bmatzner/jquery-ui-bundle": "^1.10.3",
"commerceguys/intl": "0.7.4",
"composer/composer": "^1.6.0",
"craue/formflow-bundle": "^3.0.3",
"doctrine/annotations": "^1.6.0",
"doctrine/cache": "^1.7",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.8.1",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^2.7",
"doctrine/doctrine-bundle": "^1.8.1",
"doctrine/doctrine-fixtures-bundle": "^3.0.2",
"doctrine/doctrine-migrations-bundle": "^1.3.0",
"doctrine/migrations": "^1.6.0",
"egeloen/ckeditor-bundle": "^4.0.6",
"elasticsearch/elasticsearch": "^6.0.1",
"friendsofphp/php-cs-fixer": "^2.11.1",
"fp/jsformvalidator-bundle": "^1.5.1",
"fzaninotto/faker": "^1.7.1",
"gedmo/doctrine-extensions": "^2.4.34",
"guzzlehttp/guzzle": "^6.3",
"helios-ag/fm-elfinder-bundle": "^8.0",
"heureka/overeno-zakazniky": "^2.0.6",
"incenteev/composer-parameter-handler": "^2.1.3",
"intervention/image": "^2.3.14",
"jakub-onderka/php-parallel-lint": "^0.9",
"jdorn/sql-formatter": "^1.2",
"jms/metadata": "^1.6",
"jms/translation-bundle": "^1.4.1",
"joschi127/doctrine-entity-override-bundle": "^0.5.0",
"knplabs/knp-menu-bundle": "^2.2.1",
"league/flysystem": "^1.0",
"nikic/php-parser": "^3.1",
"object-calisthenics/phpcs-calisthenics-rules": "^3.1",
"oneup/flysystem-bundle": "^3.0",
"phing/phing": "^2.16.1",
"phpunit/phpunit": "^7.0",
"presta/sitemap-bundle": "^1.5.3",
"prezent/doctrine-translatable": "^1.2",
"prezent/doctrine-translatable-bundle": "^1.0.3",
"psr/log": "^1.0",
"sensio/distribution-bundle": "^5.0.21",
"sensio/framework-extra-bundle": "^3.0.29",
"sensio/generator-bundle": "^3.1.7",
"shopsys/doctrine-orm": "2.6.2",
"shopsys/jparser": "0.1",
"shopsys/postgres-search-bundle": "0.1",
"slevomat/coding-standard": "^4.6.0",
"snc/redis-bundle": "2.1.4",
"squizlabs/php_codesniffer": "^3.2.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symplify/easy-coding-standard": "^4.3.0",
"swiftmailer/swiftmailer": "^6.0",
"symfony/assetic-bundle": "^2.8.2",
"symfony-cmf/routing": "^2.0.3",
"symfony-cmf/routing-bundle": "^2.0.3",
"symfony/monolog-bridge": "^3.0.0",
"symfony/monolog-bundle": "^3.1.2",
"symfony/swiftmailer-bundle": "^3.2.2",
"symfony/symfony": "^3.4.8",
"tracy/tracy": "^2.4.13",
"twig/extensions": "^1.5.1",
"twig/twig": "^2.4.8",
"vasek-purchart/console-errors-bundle": "^1.0.1"
},
"require-dev": {
"ext-pgsql": "*",
"codeception/codeception": "^2.4.0",
"codeception/phpunit-wrapper": "^7.0",
"phpstan/phpstan": "^0.7",
"symplify/easy-coding-standard-tester": "^4.4",
"symplify/changelog-linker": "^4.8"
},
"conflict": {
"symfony/dependency-injection": "3.4.15|3.4.16"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Shopsys\\Environment::checkEnvironment",
"Shopsys\\FrameworkBundle\\Command\\ComposerScriptHandler::postInstall"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Shopsys\\Environment::checkEnvironment",
"Shopsys\\FrameworkBundle\\Command\\ComposerScriptHandler::postUpdate"
]
},
"config": {
"preferred-install": "dist",
"component-dir": "project-base/web/components",
"platform": {
"php": "7.1"
}
},
"extra": {
"symfony-app-dir": "project-base/app",
"symfony-bin-dir": "project-base/bin",
"symfony-tests-dir": "project-base/tests",
"symfony-var-dir": "project-base/var",
"symfony-web-dir": "project-base/web",
"incenteev-parameters": [
{
"file": "project-base/app/config/parameters.yml",
"keep-outdated": true
},
{
"file": "project-base/app/config/parameters_test.yml",
"keep-outdated": true
}
]
},
"replace": {
"shopsys/form-types-bundle": "self.version",
"shopsys/http-smoke-testing": "self.version",
"shopsys/migrations": "self.version",
"shopsys/plugin-interface": "self.version",
"shopsys/product-feed-google": "self.version",
"shopsys/product-feed-zbozi": "self.version",
"shopsys/product-feed-heureka": "self.version",
"shopsys/product-feed-heureka-delivery": "self.version",
"shopsys/framework": "self.version",
"shopsys/coding-standards": "self.version"
}
}