-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
52 lines (52 loc) · 1.51 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
{
"name": "metamodels/bundle_nontranslated",
"description": "MetaModels bundle for non translated attributes",
"keywords": [
"contao",
"metamodels",
"bundle",
"metapackage"
],
"type": "metapackage",
"homepage": "https://now.metamodel.me/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christian Schiffler",
"email": "[email protected]",
"homepage": "https://www.cyberspectrum.de",
"role": "Developer"
},
{
"name": "Stefan Heimes",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/MetaModels/bundle_nontranslated/issues",
"wiki": "https://de.contaowiki.org/MetaModels",
"irc": "irc://irc.freenode.org/contao.mm",
"source": "https://github.com/MetaModels/bundle_nontranslated"
},
"require": {
"metamodels/attribute_alias": "^2.2",
"metamodels/attribute_checkbox": "^2.2",
"metamodels/attribute_combinedvalues": "^2.2",
"metamodels/attribute_contentarticle": "^2.2",
"metamodels/attribute_file": "^2.2",
"metamodels/attribute_longtext": "^2.2",
"metamodels/attribute_select": "^2.2",
"metamodels/attribute_tablemulti": "^2.2",
"metamodels/attribute_tabletext": "^2.2",
"metamodels/attribute_tags": "^2.2",
"metamodels/attribute_text": "^2.2",
"metamodels/attribute_url": "^2.2"
},
"config": {
"allow-plugins": {
"contao-components/installer": true
}
}
}