mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
57dda322fd
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2 Change-Id: Ieb2d7e450e8cc9c8de1664449f0e327a59ccfce2
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"
|
|
]
|
|
}
|
|
}
|