mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-14 18:55:16 +00:00
73208079b3
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2 Change-Id: I5f83c6c9d8a6fd11fddc63429fe789610c0e8d84
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"
|
|
]
|
|
}
|
|
}
|