mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
7d5398bf3e
* mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0 * php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0 * php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2 Change-Id: I58dd3aad02958d7dc1c031fb159f2951d5d744dd
59 lines
1.4 KiB
JSON
59 lines
1.4 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": {
|
|
"johnkary/phpunit-speedtrap": "^3.1",
|
|
"mediawiki/mediawiki-codesniffer": "39.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.11.1",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2",
|
|
"phpunit/phpunit": "^8.5.0"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor",
|
|
"@phpcs",
|
|
"minus-x check ."
|
|
],
|
|
"test:size": "phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php --verbose",
|
|
"phan": "phan -d . --long-progress-bar",
|
|
"phpcs": "phpcs -sp --cache"
|
|
}
|
|
}
|