2014-08-27 19:06:03 +00:00
|
|
|
{
|
2015-07-06 12:28:54 +00:00
|
|
|
"name": "mediawiki/vector-skin",
|
|
|
|
"type": "mediawiki-skin",
|
2014-08-27 19:06:03 +00:00
|
|
|
"description": "Modern version of the MonoBook skin",
|
2015-07-06 12:28:54 +00:00
|
|
|
"keywords": [
|
2014-08-27 19:06:03 +00:00
|
|
|
"wiki",
|
|
|
|
"MediaWiki",
|
|
|
|
"skin"
|
|
|
|
],
|
2015-07-06 12:28:54 +00:00
|
|
|
"homepage": "https://www.mediawiki.org/wiki/Skin:Vector",
|
2018-02-16 18:41:02 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2015-07-06 12:28:54 +00:00
|
|
|
"authors": [
|
2014-08-27 19:06:03 +00:00
|
|
|
{
|
2015-07-06 12:28:54 +00:00
|
|
|
"name": "Trevor Parscal"
|
2014-08-27 19:06:03 +00:00
|
|
|
},
|
|
|
|
{
|
2015-07-06 12:28:54 +00:00
|
|
|
"name": "Roan Kattouw"
|
2014-08-27 19:06:03 +00:00
|
|
|
}
|
|
|
|
],
|
2015-07-06 12:28:54 +00:00
|
|
|
"support": {
|
|
|
|
"wiki": "https://www.mediawiki.org/wiki/Skin:Vector",
|
|
|
|
"forum": "https://www.mediawiki.org/wiki/Skin_talk:Vector",
|
2016-06-30 19:22:29 +00:00
|
|
|
"source": "https://phabricator.wikimedia.org/diffusion/SVEC/",
|
2015-07-06 12:28:54 +00:00
|
|
|
"irc": "irc://irc.freenode.org/mediawiki"
|
2014-08-27 19:06:03 +00:00
|
|
|
},
|
2015-07-06 12:28:54 +00:00
|
|
|
"require": {
|
2014-08-27 19:06:03 +00:00
|
|
|
"composer/installers": ">1.0.12"
|
|
|
|
},
|
2015-07-06 12:28:54 +00:00
|
|
|
"extra": {
|
2014-08-27 19:06:03 +00:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
2015-12-16 08:33:21 +00:00
|
|
|
},
|
2018-09-05 03:37:20 +00:00
|
|
|
"installer-name": "Vector",
|
2019-07-09 22:20:06 +00:00
|
|
|
"phan-taint-check-plugin": "2.0.1"
|
2015-06-09 13:36:04 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-03-10 10:26:27 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
2020-01-13 06:06:44 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "29.0.0",
|
2020-01-30 20:11:33 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.4.0",
|
|
|
|
"mediawiki/minus-x": "1.0.0",
|
|
|
|
"mediawiki/mediawiki-phan-config": "0.9.1"
|
2015-06-09 13:36:04 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-12-20 14:45:24 +00:00
|
|
|
"fix": [
|
2020-01-10 18:36:01 +00:00
|
|
|
"minus-x fix .",
|
|
|
|
"phpcbf"
|
2017-12-20 14:45:24 +00:00
|
|
|
],
|
2015-06-09 13:36:04 +00:00
|
|
|
"test": [
|
2017-06-23 20:06:01 +00:00
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
2017-12-20 14:45:24 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2015-06-09 13:36:04 +00:00
|
|
|
]
|
2014-08-27 19:06:03 +00:00
|
|
|
}
|
|
|
|
}
|