forked from menatwork/syncCto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.49 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.49 KB
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
{
"name":"menatwork/synccto",
"description":"Synchronize multiple contao installations with each other",
"keywords":["backup","synchronization","management","diff"],
"type":"contao-module",
"homepage":"http://www.men-at-work.de",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Andreas Isaak",
"email":"isaak@men-at-work.de",
"homepage":"http://www.men-at-work.de",
"role":"Developer"
},
{
"name":"Stefan Heimes",
"email":"heimes@men-at-work.de",
"homepage":"http://www.men-at-work.de",
"role":"Developer"
}
],
"support":{
"email":"contao@men-at-work.de",
"issues":"https://github.com/menatwork/syncCto/issues",
"wiki":"https://github.com/menatwork/syncCto/wiki",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/menatwork/syncCto"
},
"require":{
"php":">=5.3",
"contao/core":">=2.11,<3.3",
"contao-community-alliance/composer-installer":"*",
"menatwork/contao-multicolumnwizard":"3.2.*",
"menatwork/ctocommunication":"~1.2",
"contao-legacy/dc_general":"~1.0",
"menatwork/ziparchivecto":"~1.1"
},
"autoload":{
"classmap":["contao/","system/"]
},
"replace":{
"contao-legacy/synccto":"*"
},
"extra":{
"contao":{
"sources":{
"contao/popupSyncDB.php":"contao/popupSyncDB.php",
"contao/popupSyncFiles.php":"contao/popupSyncFiles.php",
"system/modules/syncCto":"system/modules/syncCto",
"system/modules/syncCtoUpdater":"system/modules/syncCtoUpdater"
}
},
"branch-alias":{
"dev-master":"2.5.x-dev"
}
}
}