forked from contao/contao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
243 lines (243 loc) · 10.5 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
{
"name": "contao/contao",
"type": "symfony-bundle",
"description": "Contao 4 bundles",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Leo Feyer",
"homepage": "https://github.com/leofeyer"
}
],
"require": {
"php": "^7.1",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"ausi/slug-generator": "^1.1",
"bacon/bacon-qr-code": "^2.0",
"contao-components/ace": "^1.2",
"contao-components/chosen": "^1.2",
"contao-components/colorbox": "^1.6",
"contao-components/colorpicker": "^1.5",
"contao-components/contao": "^9.0",
"contao-components/datepicker": "^2.3",
"contao-components/dropzone": "^5.0.1",
"contao-components/highlight": "^9.0",
"contao-components/jquery": "^1.12 || ^2.0 || ^3.0",
"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",
"contao/image": "^1.0.0-beta3@beta",
"contao/imagine-svg": "^0.1.2 || ^0.2",
"contao/manager-plugin": "^2.6.2",
"doctrine/dbal": "^2.6",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/doctrine-cache-bundle": "^1.3.1",
"doctrine/orm": "^2.6.3",
"friendsofsymfony/http-cache": "^2.6",
"friendsofsymfony/http-cache-bundle": "^2.6",
"imagine/imagine": "^0.7 || ^1.0",
"knplabs/knp-menu-bundle": "^2.1",
"knplabs/knp-time-bundle": "^1.5.2",
"lcobucci/jwt": "^3.2",
"league/uri": "^5.0",
"lexik/maintenance-bundle": "^2.1.3",
"matthiasmullie/minify": "^1.3",
"michelf/php-markdown": "^1.4",
"nelmio/cors-bundle": "^1.5.3",
"nelmio/security-bundle": "^2.2",
"ocramius/package-versions": "^1.2",
"ocramius/proxy-manager": "^2.1",
"oyejorge/less.php": "^1.7",
"paragonie/constant_time_encoding": "^2.2",
"patchwork/utf8": "^1.2",
"php-http/guzzle6-adapter": "^1.1",
"phpspec/php-diff": "^1.0",
"phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0",
"psr/log": "^1.0",
"scheb/two-factor-bundle": "^4.0",
"scssphp/scssphp": "^1.0",
"sensiolabs/ansi-to-html": "^1.1",
"simplepie/simplepie": "^1.3",
"spomky-labs/otphp": "^9.1",
"symfony-cmf/routing-bundle": "^2.1",
"symfony/asset": "4.2.* || 4.3.*",
"symfony/cache": "4.2.* || 4.3.*",
"symfony/config": "4.2.* || 4.3.*",
"symfony/console": "4.2.* || 4.3.*",
"symfony/debug-bundle": "4.2.* || 4.3.*",
"symfony/dependency-injection": "4.2.* || 4.3.*",
"symfony/dotenv": "4.2.* || 4.3.*",
"symfony/event-dispatcher": "4.2.* || 4.3.*",
"symfony/expression-language": "4.2.* || 4.3.*",
"symfony/filesystem": "4.2.* || 4.3.*",
"symfony/finder": "4.2.* || 4.3.*",
"symfony/framework-bundle": "4.2.* || 4.3.*",
"symfony/http-foundation": "4.2.* || 4.3.*",
"symfony/http-kernel": "4.2.* || 4.3.*",
"symfony/lock": "4.2.* || 4.3.*",
"symfony/monolog-bridge": "4.2.* || 4.3.*",
"symfony/monolog-bundle": "^3.1",
"symfony/process": "4.2.* || 4.3.*",
"symfony/proxy-manager-bridge": "4.2.* || 4.3.*",
"symfony/routing": "4.2.* || 4.3.*",
"symfony/security-bundle": "4.2.* || 4.3.*",
"symfony/swiftmailer-bundle": "^2.6 || ^3.1.5",
"symfony/translation": "4.2.* || 4.3.*",
"symfony/twig-bundle": "4.2.* || 4.3.*",
"symfony/web-profiler-bundle": "4.2.* || 4.3.*",
"symfony/yaml": "4.2.* || 4.3.*",
"terminal42/service-annotation-bundle": "^1.0",
"toflar/psr6-symfony-http-cache-store": "^2.0",
"true/punycode": "^2.1",
"twig/twig": "^2.7"
},
"replace": {
"contao/core-bundle": "self.version",
"contao/calendar-bundle": "self.version",
"contao/comments-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/dbal": "2.9.* <2.9.3",
"doctrine/doctrine-migrations-bundle": "<1.1",
"doctrine/orm": "<2.4",
"knplabs/knp-time-bundle": "1.9.0",
"lexik/maintenance-bundle": "2.1.4",
"symfony/doctrine-bridge": "<3.4",
"symfony/swiftmailer-bundle": "2.6.* <2.6.2",
"symfony/twig-bundle": "4.1.0",
"zendframework/zend-code": "<3.3.1"
},
"require-dev": {
"ext-fileinfo": "*",
"composer/composer": "^1.0",
"contao/monorepo-tools": "dev-master",
"contao/phpstan": "^0.7",
"contao/test-case": "^3.0",
"doctrine/doctrine-migrations-bundle": "^1.1",
"doctrine/event-manager": "^1.0",
"friendsofphp/php-cs-fixer": "^2.14",
"monolog/monolog": "^1.22",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpstan/phpstan-symfony": "^0.11.6",
"phpunit/phpunit": "^7.5",
"symfony/browser-kit": "4.2.* || 4.3.*",
"symfony/phpunit-bridge": "^3.4.5"
},
"extra": {
"branch-alias": {
"dev-master": "4.9.x-dev"
},
"contao-manager-plugin": {
"contao/core-bundle": "Contao\\CoreBundle\\ContaoManager\\Plugin",
"contao/calendar-bundle": "Contao\\CalendarBundle\\ContaoManager\\Plugin",
"contao/comments-bundle": "Contao\\CommentsBundle\\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"
}
},
"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/"
],
"files": [
"core-bundle/src/Resources/functions/utf8_bootup.php"
],
"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\\NewsBundle\\Tests\\": "news-bundle/tests/",
"Contao\\TestBundle\\": "core-bundle/tests/Fixtures/vendor/contao/test-bundle/"
}
},
"bin": [
"manager-bundle/bin/contao-console"
],
"support": {
"issues": "https://github.com/contao/contao/issues",
"forum": "https://community.contao.org",
"source": "https://github.com/contao/contao",
"docs": "https://docs.contao.org"
}
}