forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
224 lines (224 loc) · 7.3 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"name": "pimcore/pimcore",
"type": "library",
"description": "Content & Product Management Framework (CMS/PIM/E-Commerce)",
"keywords": [
"CMS",
"PIM",
"DAM",
"E-Commerce",
"RAD",
"Product Information Management"
],
"homepage": "http://www.pimcore.org/",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "pimcore Team",
"email": "info@pimcore.com",
"homepage": "http://www.pimcore.org/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/pimcore/pimcore/issues",
"wiki": "https://pimcore.com/docs/latest/",
"source": "https://github.com/pimcore/pimcore",
"forum": "https://github.com/pimcore/pimcore/discussions",
"docs": "https://pimcore.com/docs/latest/"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-SimpleXML": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-zip": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.0",
"composer/ca-bundle": "^1.2",
"defuse/php-encryption": "^2.2.0",
"doctrine/annotations": "^1.13.1 || ^2.0",
"doctrine/collections": "^1.6.8",
"doctrine/dbal": "^3.6",
"doctrine/doctrine-bundle": "^2.6.3",
"doctrine/doctrine-migrations-bundle": "^3.2.2",
"doctrine/inflector": "^2.0.2",
"doctrine/persistence": "^3.0.3",
"egulias/email-validator": "^3.0.0",
"endroid/qr-code": "^4",
"friendsofsymfony/jsrouting-bundle": "^3.2.1",
"guzzlehttp/guzzle": "^7.8",
"http-interop/http-factory-guzzle": "^1.0.0",
"knplabs/knp-paginator-bundle": "^6.0.0",
"league/csv": "^9.11",
"league/flysystem": "^3.12.0",
"league/flysystem-bundle": "^3.1",
"league/html-to-markdown": "^5.1",
"matthiasmullie/minify": "^1.3",
"monolog/monolog": "^3.2.0",
"mpratt/embera": "^2.0.14",
"myclabs/deep-copy": "^1.11",
"neitanod/forceutf8": "^2.0.4",
"nesbot/carbon": "^2.65",
"onnov/detect-encoding": "^2.0",
"pear/net_url2": "^2.2",
"phpoffice/phpspreadsheet": "^1.24",
"presta/sitemap-bundle": "^3.3",
"rybakit/twig-deferred-extension": "^3.0",
"sabre/dav": "^4.1.2",
"scheb/2fa-bundle": "^6.0",
"scheb/2fa-google-authenticator": "^6.0",
"spatie/image-optimizer": "^1.6.2",
"symfony-cmf/routing-bundle": "^3.0",
"symfony/cache": "^6.4",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/contracts": "^3.2",
"symfony/debug-bundle": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/doctrine-bridge": "^6.4",
"symfony/doctrine-messenger": "^6.4",
"symfony/dom-crawler": "^6.4",
"symfony/error-handler": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/expression-language": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/finder": "^6.4",
"symfony/framework-bundle": "^6.4.1",
"symfony/html-sanitizer": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.3",
"symfony/lock": "^6.4",
"symfony/mailer": "^6.4",
"symfony/messenger": "^6.4",
"symfony/mime": "^6.4",
"symfony/monolog-bundle": "^3.8",
"symfony/options-resolver": "^6.4",
"symfony/password-hasher": "^6.4",
"symfony/process": "^6.4",
"symfony/property-access": "^6.4",
"symfony/rate-limiter": "^6.4",
"symfony/routing": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/security-core": "^6.4",
"symfony/security-http": "^6.4",
"symfony/serializer": "^6.4",
"symfony/templating": "^6.4",
"symfony/translation": "^6.4",
"symfony/twig-bridge": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/uid": "^6.4",
"symfony/validator": "^6.4",
"symfony/var-dumper": "^6.4",
"symfony/web-profiler-bundle": "^6.4",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/workflow": "^6.4",
"symfony/yaml": "^6.4",
"tijsverkoyen/css-to-inline-styles": "^2.2.3",
"twig/extra-bundle": "^3.4.0",
"twig/string-extra": "^3.3.5",
"twig/twig": "^3.3.9",
"umpirsky/country-list": "^2.0.6"
},
"conflict": {
"symfony/symfony": "*",
"sabre/dav": "4.2.2",
"thecodingmachine/safe": "<2.0"
},
"require-dev": {
"codeception/codeception": "^5.0.3",
"codeception/module-symfony": "^3.1.0",
"ergebnis/phpstan-rules": "^2.0",
"phpstan/phpstan": "1.10.46",
"phpstan/phpstan-symfony": "^1.3.5",
"phpunit/phpunit": "^9.3",
"gotenberg/gotenberg-php": "^1.1",
"composer/composer": "*",
"chrome-php/chrome": "^1.4.0",
"webmozarts/console-parallelization": "^2.1",
"symfony/dotenv": "^6.4"
},
"suggest": {
"ext-sockets": "*",
"ext-imagick": "^3.4.0",
"ext-redis": "*",
"gotenberg/gotenberg-php": "Required for generating pdf via Gotenberg in assets preview (LibreOffice), page preview, version diff and web2print",
"elasticsearch/elasticsearch": "Required for Elastic Search service",
"chrome-php/chrome": "Required for Documents Page Previews",
"webmozarts/console-parallelization": "Required for parallelization of console commands",
"symfony/dotenv": "Required for loading environment vars from .env files",
"pimcore/admin-ui-classic-bundle": "^1.2.0"
},
"autoload": {
"files": [
"lib/helper-functions.php"
],
"psr-4": {
"Pimcore\\Model\\": "models",
"Pimcore\\": "lib",
"Pimcore\\Bundle\\": "bundles",
"Pimcore\\Bundle\\InstallBundle\\": "bundles/InstallBundle/src/",
"Pimcore\\Bundle\\CoreBundle\\": "bundles/CoreBundle/src/",
"Pimcore\\Bundle\\ApplicationLoggerBundle\\": "bundles/ApplicationLoggerBundle/src/",
"Pimcore\\Bundle\\UuidBundle\\": "bundles/UuidBundle/src/",
"Pimcore\\Bundle\\GlossaryBundle\\": "bundles/GlossaryBundle/src/",
"Pimcore\\Bundle\\SimpleBackendSearchBundle\\": "bundles/SimpleBackendSearchBundle/src/",
"Pimcore\\Bundle\\XliffBundle\\": "bundles/XliffBundle/src/",
"Pimcore\\Bundle\\SeoBundle\\": "bundles/SeoBundle/src/",
"Pimcore\\Bundle\\CustomReportsBundle\\": "bundles/CustomReportsBundle/src/",
"Pimcore\\Bundle\\StaticRoutesBundle\\": "bundles/StaticRoutesBundle/src/",
"Pimcore\\Bundle\\WordExportBundle\\": "bundles/WordExportBundle/src/",
"Pimcore\\Bundle\\TinymceBundle\\": "bundles/TinymceBundle/src/"
},
"classmap": [
"lib/Pimcore.php"
],
"exclude-from-classmap": [
"lib/compatibility-stubs.php"
]
},
"autoload-dev": {
"psr-4": {
"Pimcore\\Model\\DataObject\\": "var/classes/DataObject",
"Pimcore\\Tests\\": "tests"
},
"files": [
"src/Kernel.php"
]
},
"scripts": {
"post-create-project-cmd": "Pimcore\\Composer::postCreateProject",
"post-install-cmd": [
"Pimcore\\Composer::postInstall",
"@pimcore-scripts"
],
"post-update-cmd": [
"Pimcore\\Composer::postUpdate",
"@pimcore-scripts"
],
"pimcore-scripts": [
"Pimcore\\Composer::clearCache",
"Pimcore\\Composer::installAssets"
]
},
"bin": ["bin/pimcore-install"],
"config": {
"sort-packages": true,
"preferred-install": {
"symfony/symfony": "source"
},
"allow-plugins": {
"eloquent/composer-npm-bridge": false,
"php-http/discovery": false
}
}
}