mediawiki-extensions-SpamBl.../composer.json
Kunal Mehta eb877c504a build: Updating development dependencies
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2

Change-Id: I806c1ac0cd0ad1b14055a904605febd3fb56b68c
2016-01-05 10:40:48 -08:00

11 lines
165 B
JSON

{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
"parallel-lint . --exclude node_modules --exclude vendor"
]
}
}