mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-14 19:31:38 +00:00
8fc7762e14
Change-Id: Ib65124f53a023499f349a9ccbc764cbb26965fca
28 lines
557 B
JSON
28 lines
557 B
JSON
{
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"cssjanus/cssjanus": "1.2.0",
|
|
"wikimedia/css-sanitizer": "~2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "1.0.0",
|
|
"mediawiki/mediawiki-codesniffer": "22.0.0",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
|
"mediawiki/minus-x": "0.3.1"
|
|
},
|
|
"scripts": {
|
|
"fix": [
|
|
"phpcbf",
|
|
"minus-x fix ."
|
|
],
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs -p -s",
|
|
"minus-x check ."
|
|
]
|
|
},
|
|
"extra": {
|
|
"phan-taint-check-plugin": "1.4.0"
|
|
}
|
|
}
|