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",
|
2021-05-21 17:11:50 +00:00
|
|
|
"source": "http://gerrit.wikimedia.org/g/mediawiki/skins/Vector",
|
|
|
|
"irc": "irc://irc.libera.chat/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
|
|
|
},
|
2020-06-01 19:38:42 +00:00
|
|
|
"installer-name": "Vector"
|
2015-06-09 13:36:04 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-03-18 21:21:56 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "41.0.0",
|
2023-04-28 11:16:10 +00:00
|
|
|
"mediawiki/mediawiki-phan-config": "0.12.1",
|
2021-03-12 08:31:49 +00:00
|
|
|
"mediawiki/minus-x": "1.1.1",
|
2022-05-21 12:35:24 +00:00
|
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
2023-02-10 20:56:15 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2"
|
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",
|
2021-09-10 13:32:31 +00:00
|
|
|
"@phpcs",
|
2017-12-20 14:45:24 +00:00
|
|
|
"minus-x check ."
|
2020-12-23 07:14:15 +00:00
|
|
|
],
|
2023-02-10 20:56:15 +00:00
|
|
|
"test:size": "php ../../vendor/phpunit/phpunit/phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php",
|
2021-09-10 13:32:31 +00:00
|
|
|
"phan": "phan -d . --long-progress-bar",
|
|
|
|
"phpcs": "phpcs -sp --cache"
|
2022-07-19 02:24:05 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/installers": true
|
|
|
|
}
|
2014-08-27 19:06:03 +00:00
|
|
|
}
|
|
|
|
}
|