mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-12 01:12:37 +00:00
115abd0fe6
Change-Id: I904e134fd268123ee480ecfc13a70f339705c916
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "0.10.1",
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "parallel-lint . --exclude vendor --exclude node_modules",
|
|
"phpcs": "phpcs -p -s",
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"composer lint",
|
|
"composer phpcs"
|
|
]
|
|
}
|
|
}
|