forked from MetaModels/attribute_file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
72 lines (72 loc) · 1.79 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
{
"name":"metamodels/attribute_file",
"description":"MetaModels attribute for files",
"keywords":["contao", "metamodels", "attribute", "file", "nontranslatable"],
"type":"contao-module",
"homepage":"http://now.metamodel.me/",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Christian Schiffler",
"email":"[email protected]",
"homepage":"http://www.cyberspectrum.de",
"role":"Developer"
},
{
"name":"Andreas Isaak",
"email":"[email protected]",
"homepage":"http://www.andreas-isaak.de",
"role":"Developer"
},
{
"name":"Stefan Heimes",
"email":"[email protected]",
"role":"Developer"
},
{
"name":"Christian de la Haye",
"email":"[email protected]",
"homepage":"http://www.delahaye.de/",
"role":"Developer"
},
{
"name":"Oliver Hoff",
"email":"[email protected]",
"homepage":"http://www.hofff.com/",
"role":"Developer"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/MetaModels/attribute_file/issues",
"wiki":"http://de.contaowiki.org/MetaModels",
"irc":"irc://irc.freenode.org/contao.mm",
"source":"https://github.com/MetaModels/attribute_file"
},
"require":{
"php":">=5.3",
"contao/core":"~2.11",
"contao-community-alliance/composer-installer": "*",
"metamodels/core":"~1"
},
"require-dev": {
"metamodels/php-coding-standard":"dev-master",
"cyberspectrum/contao-toolbox": "dev-master"
},
"extra":{
"contao": {
"symlinks":{
"src/system/modules/metamodelsattribute_file":"system/modules/metamodelsattribute_file"
},
"transifex": {
"project": "metamodels",
"prefix": "attribute_file-",
"languages_cto": "src/system/modules/metamodelsattribute_file/languages",
"languages_tx": ".tx"
}
},
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}