mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
2ed17dc985
composer: * mediawiki/minus-x: 1.1.1 → 1.1.3 npm: * @wikimedia/codex: 1.5.0 → 1.6.0 * @wikimedia/codex-icons: 1.5.0 → 1.6.0 Change-Id: Ie380608c4fa8e067571a0f39453942216bf998dd
63 lines
1.5 KiB
JSON
63 lines
1.5 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": "http://gerrit.wikimedia.org/g/mediawiki/skins/Vector",
|
|
"irc": "irc://irc.libera.chat/mediawiki"
|
|
},
|
|
"require": {
|
|
"composer/installers": ">1.0.12"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"installer-name": "Vector"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "43.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.14.0",
|
|
"mediawiki/minus-x": "1.1.3",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.4.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"test:size": "php ../../vendor/phpunit/phpunit/phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php",
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|