mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
8a09ba2014
Change-Id: Ibbc42739d1bafea203c14f0ab351e7e063dc66bc
48 lines
992 B
JSON
48 lines
992 B
JSON
{
|
|
"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.5.9",
|
|
"composer/installers": ">1.0.12"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"installer-name": "Vector"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.*",
|
|
"mediawiki/mediawiki-codesniffer": "0.6.0"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|