DynamicPageList3/composer.json
2020-11-22 12:56:23 -07:00

19 lines
360 B
JSON

{
"require-dev": {
"jakub-onderka/php-parallel-lint": "1.0.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"mediawiki/minus-x": "0.3.1",
"hydrawiki/hydrawiki-codesniffer": "^1.0.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor",
"phpcs -p -s",
"minus-x check ."
],
"fix": [
"minus-x fix .",
"phpcbf"
]
}
}