Math/composer.json
libraryupgrader 14bfc52bb4 build: Updating mediawiki/minus-x to 0.2.1
Change-Id: Iedfb5c2ff4409da7a43c78cc30b7dafe06600e6f
2017-12-10 23:22:58 +00:00

20 lines
387 B
JSON

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