mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 11:31:40 +00:00
e794e3e232
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2 Change-Id: If38d84062257bc63120417711b376197e3634262
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"
|
|
]
|
|
}
|
|
}
|