forked from contao/contao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
279 lines (279 loc) · 11.8 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
{
"name": "contao/contao",
"type": "symfony-bundle",
"description": "Contao Open Source CMS development package",
"homepage": "https://contao.org",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
},
{
"name": "Contao Community",
"homepage": "https://contao.org/contributors"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"ausi/slug-generator": "^1.1",
"bacon/bacon-qr-code": "^2.0",
"composer/package-versions-deprecated": "^1.8",
"contao-components/ace": "^1.2",
"contao-components/chosen": "^1.2",
"contao-components/colorbox": "^1.6",
"contao-components/colorpicker": "^1.5",
"contao-components/contao": "^9.1",
"contao-components/datepicker": "^2.3",
"contao-components/dropzone": "^5.0.1",
"contao-components/jquery": "^3.5",
"contao-components/jquery-ui": "^1.11.4",
"contao-components/mediabox": "^1.5",
"contao-components/mootools": "^1.6.0.1",
"contao-components/simplemodal": "^2.1",
"contao-components/swipe": "^2.0.3",
"contao-components/tablesort": "^4.0",
"contao-components/tablesorter": "^2.1",
"contao-components/tinymce4": "^4.7 || ^5.0",
"contao/image": "^1.0",
"contao/imagine-svg": "^1.0",
"contao/maintenance-bundle-deprecated": "^2.1.5",
"contao/manager-plugin": "^2.6.2",
"doctrine/dbal": "^3.1",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/orm": "^2.10",
"doctrine/persistence": "^2.0",
"dragonmantank/cron-expression": "^2.3",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache-bundle": "^2.6",
"imagine/imagine": "^1.0",
"knplabs/knp-menu-bundle": "^3.0",
"knplabs/knp-time-bundle": "^1.11",
"lcobucci/jwt": "^4.0",
"league/commonmark": "^2.0",
"matthiasmullie/minify": "^1.3",
"nelmio/cors-bundle": "^2.0.1",
"nelmio/security-bundle": "^2.2",
"nikic/php-parser": "^4.9",
"nyholm/psr7": "^1.2",
"paragonie/constant_time_encoding": "^2.2",
"phpspec/php-diff": "^1.0",
"psr/log": "^1.0",
"ramsey/uuid": "^4.0",
"scheb/2fa-backup-code": "^5.8",
"scheb/2fa-bundle": "^5.8",
"scheb/2fa-trusted-device": "^5.8",
"scrivo/highlight.php": "^9.18",
"scssphp/scssphp": "^1.5",
"simplepie/simplepie": "^1.3",
"spatie/schema-org": "^3.4",
"spomky-labs/otphp": "^10.0",
"symfony-cmf/routing-bundle": "^2.4",
"symfony/asset": "^5.3",
"symfony/cache": "^5.3",
"symfony/config": "^5.3",
"symfony/console": "^5.3",
"symfony/debug-bundle": "^5.3",
"symfony/dependency-injection": "^5.3",
"symfony/deprecation-contracts": "^2.1",
"symfony/doctrine-bridge": "^5.3",
"symfony/dom-crawler": "^5.3",
"symfony/dotenv": "^5.3",
"symfony/error-handler": "^5.3",
"symfony/event-dispatcher": "^5.3",
"symfony/expression-language": "^5.3",
"symfony/filesystem": "^5.3",
"symfony/finder": "^5.3",
"symfony/framework-bundle": "^5.3",
"symfony/http-client": "^5.3",
"symfony/http-foundation": "^5.3",
"symfony/http-kernel": "^5.3",
"symfony/intl": "^5.3",
"symfony/lock": "^5.3",
"symfony/mailer": "^5.3",
"symfony/monolog-bridge": "^5.3",
"symfony/monolog-bundle": "^3.1",
"symfony/polyfill-mbstring": "^1.0",
"symfony/process": "^5.3",
"symfony/proxy-manager-bridge": "^5.3",
"symfony/routing": "^5.3",
"symfony/security-bundle": "^5.3",
"symfony/stopwatch": "^5.3",
"symfony/string": "^5.3",
"symfony/translation": "^5.3",
"symfony/twig-bundle": "^5.3",
"symfony/var-dumper": "^5.3",
"symfony/web-profiler-bundle": "^5.3",
"symfony/yaml": "^5.3",
"terminal42/escargot": "^1.2",
"terminal42/service-annotation-bundle": "^1.1",
"toflar/psr6-symfony-http-cache-store": "^3.0",
"true/punycode": "^2.1",
"twig/extra-bundle": "^3.0",
"twig/twig": "^3.0",
"ua-parser/uap-php": "^3.9",
"webignition/robots-txt-file": "^3.0",
"webmozart/path-util": "^2.2",
"wikimedia/less.php": "^1.7"
},
"replace": {
"contao/calendar-bundle": "self.version",
"contao/comments-bundle": "self.version",
"contao/core-bundle": "self.version",
"contao/faq-bundle": "self.version",
"contao/installation-bundle": "self.version",
"contao/listing-bundle": "self.version",
"contao/manager-bundle": "self.version",
"contao/news-bundle": "self.version",
"contao/newsletter-bundle": "self.version"
},
"conflict": {
"contao-community-alliance/composer-plugin": "<3.0",
"contao/core": "*",
"contao/manager-plugin": "<2.0 || >=3.0",
"doctrine/annotations": "<1.9",
"doctrine/cache": "<1.10",
"nikic/php-parser": "4.7.0",
"symfony/security-core": "5.3.0",
"terminal42/contao-ce-access": "<3.0",
"thecodingmachine/safe": "<1.2",
"zendframework/zend-code": "<3.3.1"
},
"require-dev": {
"ext-fileinfo": "*",
"bamarni/composer-bin-plugin": "^1.4",
"composer/composer": "^2.0",
"contao/test-case": "^4.4",
"phpunit/phpunit": "^8.5",
"symfony/browser-kit": "^5.3",
"symfony/phpunit-bridge": "^5.3"
},
"extra": {
"bamarni-bin": {
"bin-links": false,
"target-directory": "tools"
},
"contao-manager-plugin": {
"contao/calendar-bundle": "Contao\\CalendarBundle\\ContaoManager\\Plugin",
"contao/comments-bundle": "Contao\\CommentsBundle\\ContaoManager\\Plugin",
"contao/core-bundle": "Contao\\CoreBundle\\ContaoManager\\Plugin",
"contao/faq-bundle": "Contao\\FaqBundle\\ContaoManager\\Plugin",
"contao/installation-bundle": "Contao\\InstallationBundle\\ContaoManager\\Plugin",
"contao/listing-bundle": "Contao\\ListingBundle\\ContaoManager\\Plugin",
"contao/manager-bundle": "Contao\\ManagerBundle\\ContaoManager\\Plugin",
"contao/news-bundle": "Contao\\NewsBundle\\ContaoManager\\Plugin",
"contao/newsletter-bundle": "Contao\\NewsletterBundle\\ContaoManager\\Plugin"
},
"symfony": {
"require": "^5.3"
}
},
"autoload": {
"psr-4": {
"Contao\\CalendarBundle\\": "calendar-bundle/src/",
"Contao\\CommentsBundle\\": "comments-bundle/src/",
"Contao\\CoreBundle\\": "core-bundle/src/",
"Contao\\FaqBundle\\": "faq-bundle/src/",
"Contao\\InstallationBundle\\": "installation-bundle/src/",
"Contao\\ListingBundle\\": "listing-bundle/src/",
"Contao\\ManagerBundle\\": "manager-bundle/src/",
"Contao\\NewsBundle\\": "news-bundle/src/",
"Contao\\NewsletterBundle\\": "newsletter-bundle/src/"
},
"classmap": [
"calendar-bundle/src/Resources/contao/",
"comments-bundle/src/Resources/contao/",
"core-bundle/src/Resources/contao/",
"faq-bundle/src/Resources/contao/",
"listing-bundle/src/Resources/contao/",
"news-bundle/src/Resources/contao/",
"newsletter-bundle/src/Resources/contao/"
],
"exclude-from-classmap": [
"calendar-bundle/src/Resources/contao/config/",
"calendar-bundle/src/Resources/contao/dca/",
"calendar-bundle/src/Resources/contao/languages/",
"calendar-bundle/src/Resources/contao/templates/",
"comments-bundle/src/Resources/contao/config/",
"comments-bundle/src/Resources/contao/dca/",
"comments-bundle/src/Resources/contao/languages/",
"comments-bundle/src/Resources/contao/templates/",
"core-bundle/src/Resources/contao/config/",
"core-bundle/src/Resources/contao/dca/",
"core-bundle/src/Resources/contao/helper/functions.php",
"core-bundle/src/Resources/contao/languages/",
"core-bundle/src/Resources/contao/templates/",
"core-bundle/src/Resources/contao/themes/",
"faq-bundle/src/Resources/contao/config/",
"faq-bundle/src/Resources/contao/dca/",
"faq-bundle/src/Resources/contao/languages/",
"faq-bundle/src/Resources/contao/templates/",
"listing-bundle/src/Resources/contao/config/",
"listing-bundle/src/Resources/contao/dca/",
"listing-bundle/src/Resources/contao/languages/",
"listing-bundle/src/Resources/contao/templates/",
"news-bundle/src/Resources/contao/config/",
"news-bundle/src/Resources/contao/dca/",
"news-bundle/src/Resources/contao/languages/",
"news-bundle/src/Resources/contao/templates/",
"newsletter-bundle/src/Resources/contao/config/",
"newsletter-bundle/src/Resources/contao/dca/",
"newsletter-bundle/src/Resources/contao/languages/",
"newsletter-bundle/src/Resources/contao/templates/"
]
},
"autoload-dev": {
"psr-4": {
"Contao\\CalendarBundle\\Tests\\": "calendar-bundle/tests/",
"Contao\\CoreBundle\\Fixtures\\": "core-bundle/tests/Fixtures/src/",
"Contao\\CoreBundle\\Tests\\": "core-bundle/tests/",
"Contao\\FaqBundle\\Tests\\": "faq-bundle/tests/",
"Contao\\InstallationBundle\\Tests\\": "installation-bundle/tests/",
"Contao\\ManagerBundle\\Tests\\": "manager-bundle/tests/",
"Contao\\NewBundle\\": "core-bundle/tests/Fixtures/vendor/contao/new-bundle/src/",
"Contao\\NewsBundle\\Tests\\": "news-bundle/tests/",
"Contao\\TestBundle\\": "core-bundle/tests/Fixtures/vendor/contao/test-bundle/"
}
},
"bin": [
"manager-bundle/bin/contao-console",
"manager-bundle/bin/contao-setup"
],
"scripts": {
"all": [
"@unit-tests",
"@functional-tests",
"@cs-fixer",
"@phpstan",
"@psalm",
"@monorepo-tools"
],
"cs-fixer": [
"@ecs",
"@ecs-legacy",
"@ecs-templates"
],
"ecs": "tools/ecs/vendor/bin/ecs check *-bundle/bin *-bundle/src *-bundle/tests --config tools/ecs/vendor/contao/easy-coding-standard/config/default.php --fix --ansi",
"ecs-legacy": "tools/ecs/vendor/bin/ecs check *-bundle/src/Resources/contao --config tools/ecs/vendor/contao/easy-coding-standard/config/legacy.php --fix --ansi",
"ecs-templates": "tools/ecs/vendor/bin/ecs check *-bundle/src/Resources/contao/templates --config tools/ecs/vendor/contao/easy-coding-standard/config/template.php --fix --ansi",
"functional-tests": "vendor/bin/phpunit --testsuite=functional --colors=always",
"monorepo-tools": "tools/monorepo/vendor/bin/monorepo-tools composer-json --validate --ansi",
"phpstan": "tools/phpstan/vendor/bin/phpstan analyze --ansi",
"psalm": "tools/psalm/vendor/bin/psalm --no-suggestions",
"unit-tests": "vendor/bin/phpunit --colors=always"
},
"support": {
"issues": "https://github.com/contao/contao/issues",
"forum": "https://community.contao.org",
"source": "https://github.com/contao/contao",
"docs": "https://docs.contao.org"
}
}