mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-14 10:34:41 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
|
{
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "0.9"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
||
|
]
|
||
|
}
|
||
|
}
|