mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 02:39:02 +00:00
be34a2da1e
* bl: 1.2.2 → 1.2.3 * https://npmjs.com/advisories/1555 * ini: 1.3.5 → 1.3.8 * https://npmjs.com/advisories/1589 Additional changes: * Added the "composer phan" command to conveniently run phan. * Removed globals `OO`, `require`, included via `wikimedia/mediawiki` profile (T262222). * Removing manual extensions for eslint. Change-Id: I1afb9adfd5ea00ce3d5c9bbc934c81ffb5e7e080
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "31.0.0",
|
|
"mediawiki/mediawiki-phan-config": "0.10.2",
|
|
"mediawiki/minus-x": "1.1.0",
|
|
"php-parallel-lint/php-console-highlighter": "0.5.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"minus-x check .",
|
|
"phpcs -sp"
|
|
],
|
|
"fix": [
|
|
"minus-x fix .",
|
|
"phpcbf"
|
|
],
|
|
"phan": "phan -d . --long-progress-bar"
|
|
}
|
|
}
|