2016-04-07 13:08:44 +00:00
|
|
|
{
|
2018-03-02 23:43:40 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2017-02-20 04:33:24 +00:00
|
|
|
"require": {
|
|
|
|
"cssjanus/cssjanus": "1.2.0",
|
2018-02-07 11:05:06 +00:00
|
|
|
"wikimedia/css-sanitizer": "~1.0.3"
|
2017-02-20 04:33:24 +00:00
|
|
|
},
|
2016-04-07 13:08:44 +00:00
|
|
|
"require-dev": {
|
2017-02-20 04:33:24 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
2018-02-25 11:32:20 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "16.0.1",
|
2017-11-04 02:50:33 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2",
|
2018-02-18 09:52:36 +00:00
|
|
|
"mediawiki/minus-x": "0.3.1"
|
2016-04-07 13:08:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-04 02:50:33 +00:00
|
|
|
"fix": [
|
|
|
|
"phpcbf",
|
|
|
|
"minus-x fix ."
|
|
|
|
],
|
2016-04-07 13:08:44 +00:00
|
|
|
"test": [
|
2017-11-11 23:39:13 +00:00
|
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
2017-11-04 02:50:33 +00:00
|
|
|
"phpcs -p -s",
|
|
|
|
"minus-x check ."
|
2016-04-07 13:08:44 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|