mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
46df6b13d4
And moved phpcs.xml to .phpcs.xml (T177256). Change-Id: Iedc6222900f21df887735d84c1255d6fc1cd82ce
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
|
"mediawiki/mediawiki-codesniffer": "14.1.0",
|
|
"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"
|
|
]
|
|
}
|
|
}
|