mediawiki-extensions-OATHAuth/composer.json
Paladox ac3a2a5fa5 Add composer.json for running phplint test
Change-Id: I307bbbb6d3fe2cf655196dd4c0d4fccd75aafe7e
2016-01-19 22:29:19 +00:00

11 lines
142 B
JSON

{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}