-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
51 lines (51 loc) · 1.21 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
{
"name": "bugbuster/tivoka",
"type":"contao-module",
"description": "The universal JSON-RPC client/server library. JSON-RPC done right! Contao version",
"keywords": ["json", "rpc", "json-rpc", "api", "xml-rpc", "contao"],
"homepage":"http://contao.ninja",
"license": "MIT",
"authors": [
{
"name": "Marcel Klehr (original)",
"email": "[email protected]"
},
{
"name":"Glen Langer (current for this package)",
"homepage":"http://contao.ninja",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/BugBuster1701/contao-tivoka/issues",
"irc":"irc://irc.freenode.org/contao.dev",
"source":"https://github.com/BugBuster1701/contao-tivoka"
},
"require": {
"php": ">=5.3",
"contao/core":">=3.3.1,<4",
"textalk/websocket": "1.0.*"
},
"autoload":{
"classmap":[""]
},
"replace":{
"contao-legacy/tivoka":"self.version"
},
"extra":{
"branch-alias": {
"dev-contao-dev": "1.2.x-dev"
},
"contao":{
"sources":{
"":"system/modules/tivoka"
},
"transifex": {
"project": "contao-tivoka",
"prefix": "master-",
"languages_cto": "languages",
"languages_tx": ".tx"
}
}
}
}