-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathcomposer.json
224 lines (224 loc) · 8.33 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": "contao/core-bundle",
"description": "Contao Open Source CMS",
"license": "LGPL-3.0-or-later",
"type": "symfony-bundle",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
},
{
"name": "Contao Community",
"homepage": "https://contao.org/contributors"
}
],
"homepage": "https://contao.org",
"support": {
"issues": "https://github.com/contao/contao/issues",
"forum": "https://community.contao.org",
"source": "https://github.com/contao/core-bundle",
"docs": "https://docs.contao.org"
},
"funding": [
{
"type": "other",
"url": "https://to.contao.org/donate"
}
],
"require": {
"php": "^8.2",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-zlib": "*",
"composer-runtime-api": "^2.0.14",
"ausi/slug-generator": "^1.1",
"bacon/bacon-qr-code": "^2.0",
"cmsig/seal": "^0.6",
"cmsig/seal-symfony-bundle": "^0.6",
"contao-components/ace": "^1.8",
"contao-components/altcha": "^1.0",
"contao-components/choices": "^11.0",
"contao-components/colorbox": "^1.6",
"contao-components/contao": "^9.1",
"contao-components/datepicker": "^3.0",
"contao-components/dropzone": "^5.0.1",
"contao-components/handorgel": "^1.0",
"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": "^3.0",
"contao-components/swipe": "^2.0.3",
"contao-components/swiper": "^11.0",
"contao-components/tablesort": "^4.0",
"contao-components/tablesorter": "^2.1",
"contao-components/tinymce4": "^5.0 || ^6.0 || ^7.0",
"contao-components/tristen-tablesort": "^5.3",
"contao/image": "^1.2",
"contao/imagine-svg": "^1.0",
"doctrine/collections": "^2.1",
"doctrine/dbal": "^3.6.2",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/orm": "^2.17",
"doctrine/persistence": "^3.2",
"dragonmantank/cron-expression": "^3.1",
"debril/feed-io": "^6.0",
"friendsofsymfony/http-cache": "^3.0",
"friendsofsymfony/http-cache-bundle": "^3.0",
"guzzlehttp/promises": "^1.5",
"imagine/imagine": "^1.2.4",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
"knplabs/knp-time-bundle": "^1.11 || ^2.0",
"lcobucci/jwt": "^4.0 || ^5.0",
"league/commonmark": "^2.2",
"league/flysystem": "^3.7",
"league/flysystem-bundle": "^3.0",
"league/flysystem-local": "^3.0",
"matthiasmullie/minify": "^1.3",
"monolog/monolog": "^3.0",
"nelmio/cors-bundle": "^2.0.1",
"nelmio/security-bundle": "^3.0",
"nikic/php-parser": "^5.0",
"nyholm/psr7": "^1.2",
"paragonie/constant_time_encoding": "^2.2",
"phpspec/php-diff": "^1.0",
"psr/cache": "^3.0",
"psr/container": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/log": "^1.1 || 2.0 || ^3.0",
"scheb/2fa-backup-code": "^6.0 || ^7.0",
"scheb/2fa-bundle": "^6.0 || ^7.0",
"scheb/2fa-trusted-device": "^6.0 || ^7.0",
"scrivo/highlight.php": "^9.18",
"scssphp/scssphp": "^1.5 || ^2.0",
"simplepie/simplepie": "^1.3",
"spatie/schema-org": "^3.4",
"spomky-labs/otphp": "^10.0",
"symfony-cmf/routing": "^3.0",
"symfony-cmf/routing-bundle": "^3.0",
"symfony/asset": "^6.4 || ^7.0",
"symfony/cache-contracts": "^3.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/deprecation-contracts": "^3.0",
"symfony/doctrine-bridge": "^6.4 || ^7.0",
"symfony/doctrine-messenger": "^6.4 || ^7.0",
"symfony/dom-crawler": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/event-dispatcher-contracts": "^3.0",
"symfony/expression-language": "^6.4 || ^7.0",
"symfony/filesystem": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/html-sanitizer": "^6.4 || ^7.0",
"symfony/http-client": "^6.4 || ^7.0",
"symfony/http-client-contracts": "^3.1",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/intl": "^6.4 || ^7.0",
"symfony/mailer": "^6.4 || ^7.0",
"symfony/messenger": "^6.4 || ^7.0",
"symfony/mime": "^6.4 || ^7.0",
"symfony/monolog-bridge": "^6.4 || ^7.0",
"symfony/password-hasher": "^6.4 || ^7.0",
"symfony/polyfill-intl-idn": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/process": "^6.4 || ^7.0",
"symfony/property-access": "^6.4 || ^7.0",
"symfony/rate-limiter": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
"symfony/security-bundle": "^6.4 || ^7.0",
"symfony/security-core": "^6.4 || ^7.0",
"symfony/security-csrf": "^6.4 || ^7.0",
"symfony/security-http": "^6.4 || ^7.0",
"symfony/service-contracts": "^3.0",
"symfony/string": "^6.4 || ^7.0",
"symfony/translation": "^6.4 || ^7.0",
"symfony/translation-contracts": "^3.0",
"symfony/twig-bridge": "^6.4 || ^7.0",
"symfony/twig-bundle": "^6.4 || ^7.0",
"symfony/uid": "^6.4 || ^7.0",
"symfony/var-dumper": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"terminal42/escargot": "^1.6",
"terminal42/service-annotation-bundle": "^1.1",
"toflar/cronjob-supervisor": "^2.0",
"twig/string-extra": "^3.0",
"twig/twig": "^3.15",
"ua-parser/uap-php": "^3.9",
"web-auth/webauthn-lib": "^5.0",
"web-auth/webauthn-stimulus": "^5.0",
"web-auth/webauthn-symfony-bundle": "^5.0",
"webignition/robots-txt-file": "^3.0",
"wikimedia/less.php": "^1.7"
},
"require-dev": {
"ext-fileinfo": "*",
"cmsig/seal-memory-adapter": "^0.6",
"contao/manager-plugin": "^2.3.1",
"contao/news-bundle": "self.version",
"contao/test-case": "self.version",
"doctrine/annotations": "^2.0",
"league/flysystem-memory": "^3.0",
"phpunit/phpunit": "^9.5.19",
"sebastian/diff": "^4.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/cache": "^6.4 || ^7.0",
"symfony/monolog-bundle": "^3.1",
"symfony/phpunit-bridge": "^6.4 || ^7.0",
"symfony/web-profiler-bundle": "^6.4 || ^7.0"
},
"conflict": {
"contao-community-alliance/composer-plugin": "<3.0",
"contao/core": "*",
"contao/manager-bundle": "^4.5 <4.5.2",
"contao/manager-plugin": "<2.0 || >=3.0",
"doctrine/cache": "<1.10",
"terminal42/contao-ce-access": "<3.0",
"thecodingmachine/safe": "<1.2",
"web-auth/webauthn-symfony-bundle": "5.1.0 || 5.1.1"
},
"autoload": {
"psr-4": {
"Contao\\CoreBundle\\": "src/"
},
"classmap": [
"contao/"
],
"exclude-from-classmap": [
"contao/config/",
"contao/dca/",
"contao/languages/",
"contao/templates/",
"contao/themes/"
]
},
"autoload-dev": {
"psr-4": {
"Contao\\CoreBundle\\Fixtures\\": "tests/Fixtures/src/",
"Contao\\CoreBundle\\Tests\\": "tests/",
"Contao\\NewBundle\\": "tests/Fixtures/vendor/contao/new-bundle/src/",
"Contao\\TestBundle\\": "tests/Fixtures/vendor/contao/test-bundle/"
}
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true,
"php-http/discovery": false
}
},
"extra": {
"contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin"
}
}