mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-15 03:13:58 +00:00
eb877c504a
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2 Change-Id: I806c1ac0cd0ad1b14055a904605febd3fb56b68c
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
|
]
|
|
}
|
|
}
|