-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
147 lines (147 loc) · 5.08 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
{
"name": "shopsys/project-base",
"type": "project",
"description": "Full-featured basis for your e-commerce project on Shopsys Framework",
"license": "proprietary",
"autoload": {
"psr-4": {
"Shopsys\\": [
"app/",
"src/Shopsys/"
]
},
"classmap": [
"app/AppCache.php",
"app/AppKernel.php",
"app/Bootstrap.php",
"app/Environment.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"require": {
"php": "^7.2",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"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",
"bmatzner/jquery-bundle": "^2.2.2",
"bmatzner/jquery-ui-bundle": "^1.10.3",
"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",
"fp/jsformvalidator-bundle": "^1.5.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/translation-bundle": "^1.4.1",
"joschi127/doctrine-entity-override-bundle": "^0.5.0",
"league/flysystem": "^1.0",
"phing/phing": "^2.16.1",
"presta/sitemap-bundle": "^1.5.3",
"prezent/doctrine-translatable-bundle": "^1.0.3",
"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/google-cloud-bundle": "8.0.0",
"shopsys/postgres-search-bundle": "^0.1",
"shopsys/migrations": "8.0.0",
"shopsys/form-types-bundle": "8.0.0",
"shopsys/framework": "8.0.0",
"shopsys/plugin-interface": "8.0.0",
"shopsys/product-feed-heureka": "8.0.0",
"shopsys/product-feed-heureka-delivery": "8.0.0",
"shopsys/product-feed-zbozi": "8.0.0",
"shopsys/product-feed-google": "8.0.0",
"shopsys/read-model": "8.0.0",
"snc/redis-bundle": "^2.1.8",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symfony/assetic-bundle": "^2.8.2",
"symfony/monolog-bundle": "^3.3.1",
"symfony/swiftmailer-bundle": "^3.2.2",
"symfony/symfony": "^3.4.8",
"symfony-cmf/routing": "^2.0.3",
"symfony-cmf/routing-bundle": "^2.0.3",
"tracy/tracy": "^2.4.13",
"twig/extensions": "^1.5.1",
"twig/twig": "^2.4.8",
"vasek-purchart/console-errors-bundle": "^1.0.1",
"webmozart/assert": "^1.4"
},
"require-dev": {
"ext-pgsql": "*",
"ext-zip": "*",
"codeception/codeception": "^2.4.0",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.0",
"shopsys/coding-standards": "8.0.0",
"shopsys/http-smoke-testing": "8.0.0",
"phpstan/phpstan-doctrine": "^0.11.2",
"phpstan/phpstan-phpunit": "^0.11.2",
"sspooky13/yaml-standards": "^4.2"
},
"conflict": {
"symfony/dependency-injection": "3.4.15|3.4.16",
"twig/twig": "2.6.1"
},
"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": "web/components",
"platform": {
"php": "7.2"
}
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-tests-dir": "tests",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"incenteev-parameters": [
{
"file": "app/config/parameters.yml",
"keep-outdated": true
},
{
"file": "app/config/parameters_test.yml",
"keep-outdated": true
}
]
}
}