-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (39 loc) · 1.01 KB
/
composer.json
File metadata and controls
40 lines (39 loc) · 1.01 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
{
"name": "webfrap/wgt",
"description": "WebFrap Gui Toolkit",
"keywords": ["Webfrap","RIA","Ajax"],
"homepage": "http://webfrap.net",
"license": [
"MIT",
"GPL"
],
"authors": [
{
"name": "Dominik Bonsch",
"email": "dominik.bonsch@webfrap.net",
"homepage": "http://dbonsch.de"
}
],
"support": {
"email": "support@webfrap.net",
"irc": "irc://irc.freenode.org/webfrap"
},
"require": {
"php": ">=5.3.0"
},
"suggest": {
"webfrap/webfrap" : "WebFrap, the Web Frame Application",
"webfrap/doc" : "The Documentation for the complete WebFrap development platform"
},
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dbonsch/WebFrap_Wgt.git"
},{
"type": "vcs",
"url": "https://hg.webfrap-servers.de/core/WebFrap_Wgt"
}
],
"target-dir": "WebFrap_Wgt"
}