forked from shopsys/project-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
175 lines (175 loc) · 5.91 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
{
"name": "shopsys/project-base",
"type": "project",
"description": "Full-featured basis for your e-commerce project on Shopsys Framework",
"license": "proprietary",
"autoload": {
"psr-4": {
"App\\": [
"src/"
]
},
"classmap": [
"app/Environment.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"require": {
"php": "^7.2",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"ext-pdo_pgsql": "*",
"ext-redis": "*",
"ext-xml": "*",
"arvenil/ninja-mutex": "^0.4.1",
"commerceguys/intl": "^1.0.0",
"composer/composer": "^1.6.0",
"craue/formflow-bundle": "^3.0.3",
"doctrine/annotations": "^1.6.0",
"doctrine/common": "^2.8.1",
"doctrine/doctrine-bundle": "^1.8.1",
"doctrine/doctrine-fixtures-bundle": "^3.0.2",
"doctrine/doctrine-migrations-bundle": "^1.3.0",
"doctrine/persistence": "^1.3.7",
"fp/jsformvalidator-bundle": "^1.6.1",
"friendsofsymfony/ckeditor-bundle": "^2.1",
"fzaninotto/faker": "^1.7.1",
"helios-ag/fm-elfinder-bundle": "^9.2",
"heureka/overeno-zakazniky": "^2.0.6",
"incenteev/composer-parameter-handler": "^2.1.3",
"intervention/image": "^2.3.14",
"jms/serializer-bundle": "^2.4",
"jms/translation-bundle": "1.4.4",
"joschi127/doctrine-entity-override-bundle": "^0.7.2",
"league/flysystem": "^1.0",
"phing/phing": "^2.16.1",
"presta/sitemap-bundle": "^1.5.3",
"prezent/doctrine-translatable-bundle": "^1.0.3",
"sensio/framework-extra-bundle": "^5.2",
"sensiolabs/security-checker": "^6.0",
"shopsys/doctrine-orm": "^2.7.2",
"shopsys/google-cloud-bundle": "9.1.x-dev",
"shopsys/postgres-search-bundle": "^0.2",
"shopsys/migrations": "9.1.x-dev",
"shopsys/form-types-bundle": "9.1.x-dev",
"shopsys/framework": "9.1.x-dev",
"shopsys/frontend-api": "9.1.x-dev",
"shopsys/plugin-interface": "9.1.x-dev",
"shopsys/product-feed-heureka": "9.1.x-dev",
"shopsys/product-feed-heureka-delivery": "9.1.x-dev",
"shopsys/product-feed-zbozi": "9.1.x-dev",
"shopsys/product-feed-google": "9.1.x-dev",
"shopsys/read-model": "9.1.x-dev",
"snc/redis-bundle": "^3.2.1",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symfony-cmf/routing": "^2.0.3",
"symfony-cmf/routing-bundle": "^2.0.3",
"symfony/debug": "^4.4.0",
"symfony/debug-bundle": "^4.4.0",
"symfony/dotenv": "^4.4.0",
"symfony/flex": "^1.4",
"symfony/form": "^4.4.0",
"symfony/monolog-bridge": "^4.4.0",
"symfony/monolog-bundle": "^3.5.0",
"symfony/property-info": "^4.4.0",
"symfony/proxy-manager-bridge": "^4.4.0",
"symfony/security-bundle": "^4.4.0",
"symfony/swiftmailer-bundle": "^3.2.2",
"symfony/translation": "^4.4.0",
"symfony/twig-bundle": "^4.4.0",
"symfony/validator": "^4.4.0",
"symfony/web-link": "^4.4.0",
"symfony/web-profiler-bundle": "^4.4.0",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/workflow": "^4.4.0",
"tracy/tracy": "^2.4.13",
"twig/extensions": "^1.5.1",
"twig/twig": "^2.9",
"vasek-purchart/console-errors-bundle": "^3.0.0",
"webmozart/assert": "^1.4"
},
"require-dev": {
"ext-pgsql": "*",
"ext-zip": "*",
"codeception/codeception": "^4.1",
"codeception/module-db": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/phpunit-wrapper": "^8.0",
"phpstan/phpstan": "^0.12.19",
"phpstan/phpstan-doctrine": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.0",
"shopsys/coding-standards": "9.1.x-dev",
"shopsys/http-smoke-testing": "9.1.x-dev",
"sspooky13/yaml-standards": "^5.0.0",
"symfony/var-dumper": "^4.4.0",
"symfony/browser-kit": "^4.4.0",
"zalas/phpunit-injector": "^1.4"
},
"conflict": {
"symfony/symfony": "*"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"App\\Environment::checkEnvironment",
"@auto-scripts"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"App\\Environment::checkEnvironment",
"@auto-scripts"
],
"auto-scripts": {
"php phing clean": "script",
"shopsys:domains-urls:configure": "symfony-cmd",
"ckeditor:install --clear=skip --release=full --tag=4.5.11": "symfony-cmd",
"security-checker security:check": "script"
}
},
"config": {
"preferred-install": "dist",
"component-dir": "web/components",
"sort-packages": true,
"platform": {
"php": "7.2"
}
},
"extra": {
"bin-dir": "bin",
"config-dir": "config",
"src-dir": "src",
"var-dir": "var",
"public-dir": "web",
"branch-alias": {
"dev-master": "9.1.x-dev"
},
"symfony": {
"allow-contrib": true,
"require": "^4.4"
},
"incenteev-parameters": [
{
"file": "config/parameters.yaml",
"keep-outdated": true
},
{
"file": "config/parameters_test.yaml",
"keep-outdated": true
}
]
}
}