mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-13 17:48:59 +00:00
80355075c3
Requires https://gerrit.wikimedia.org/r/#/c/225313/ Change-Id: I86c1c727666acdcfbfd2de9d622a547c4005aa15
12 lines
143 B
JSON
12 lines
143 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.*"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor"
|
|
]
|
|
}
|
|
|
|
}
|