-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 861 Bytes
/
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
{
"name" : "mediawiki/vector-skin",
"type" : "mediawiki-skin",
"description": "Modern version of the MonoBook skin",
"keywords" : [
"wiki",
"MediaWiki",
"skin"
],
"homepage" : "https://www.mediawiki.org/wiki/Skin:Vector",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Trevor Parscal"
},
{
"name" : "Roan Kattouw"
}
],
"support" : {
"wiki" : "https://www.mediawiki.org/wiki/Skin:Vector",
"forum" : "https://www.mediawiki.org/wiki/Skin_talk:Vector",
"source": "https://git.wikimedia.org/summary/mediawiki%2Fskins%2FVector",
"irc" : "irc://irc.freenode.org/mediawiki"
},
"require" : {
"php" : ">=5.3.2",
"composer/installers": ">1.0.12"
},
"autoload" : {
"files": [
"Vector.php"
]
},
"extra" : {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}