mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
8d7df298b2
Additional changes: * Added the "composer phan" command to conveniently run phan. Change-Id: I8d43396372a965018c8f98815e56977a943e9310
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
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-or-later",
|
|
"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://phabricator.wikimedia.org/diffusion/SVEC/",
|
|
"irc": "irc://irc.freenode.org/mediawiki"
|
|
},
|
|
"require": {
|
|
"composer/installers": ">1.0.12"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"installer-name": "Vector"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "34.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.6",
|
|
"mediawiki/minus-x": "1.1.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
],
|
|
"phan": "phan -d . --long-progress-bar"
|
|
}
|
|
}
|