2016-04-07 13:08:44 +00:00
|
|
|
{
|
2017-02-20 04:33:24 +00:00
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"require": {
|
|
|
|
"cssjanus/cssjanus": "1.2.0",
|
2017-06-13 15:54:40 +00:00
|
|
|
"wikimedia/css-sanitizer": "~1.0.2"
|
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",
|
2017-09-24 05:33:54 +00:00
|
|
|
"mediawiki/mediawiki-codesniffer": "13.0.0",
|
2017-05-05 19:40:02 +00:00
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
2016-04-07 13:08:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-04-29 11:07:12 +00:00
|
|
|
"fix": "phpcbf",
|
2016-04-07 13:08:44 +00:00
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor",
|
|
|
|
"phpcs -p -s"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|