mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 16:25:23 +00:00
11 lines
142 B
JSON
11 lines
142 B
JSON
|
{
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "0.9.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"parallel-lint . --exclude vendor"
|
||
|
]
|
||
|
}
|
||
|
}
|