{ "require-dev": { "johnkary/phpunit-speedtrap": "^3.1", "mediawiki/mediawiki-codesniffer": "39.0.0", "mediawiki/mediawiki-phan-config": "0.11.1", "mediawiki/minus-x": "1.1.1", "php-parallel-lint/php-console-highlighter": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "phpunit/phpunit": "^8.5.0" }, "scripts": { "test": [ "parallel-lint . --exclude vendor --exclude node_modules", "@phpcs", "minus-x check ." ], "fix": [ "minus-x fix .", "phpcbf" ], "test:size": "phpunit -c ../../phpunit.xml.dist tests/phpunit/structure/BundleSizeTest.php", "phan": "phan -d . --long-progress-bar", "phpcs": "phpcs -sp --cache" } }