mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
47d80e06fc
* jakub-onderka/php-parallel-lint: 0.9 → 0.9.2 Change-Id: Ic8fe9acb86de613c795ed0f60e4291f71722b85e
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"
|
|
]
|
|
}
|
|
}
|