MarcoAurelio has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/396455 )
Change subject: [WIP] build: update composer.json ...................................................................... [WIP] build: update composer.json * Change empty whitespaces to tabs. * Fix order using the schema provided at <https://getcomposer.org/doc/04-schema.md>. * GPLv2.0 was not a valid SPDX code, changed to GPL-2.0. Change-Id: Ie9106c80b23f23a393912a12c9368078bcdb3123 --- M composer.json 1 file changed, 45 insertions(+), 45 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/phan/SecurityCheckPlugin refs/changes/55/396455/1 diff --git a/composer.json b/composer.json index 2bc5ad6..4b32763 100644 --- a/composer.json +++ b/composer.json @@ -1,47 +1,47 @@ { - "name": "wikimedia/security-check-plugin", - "description": "A Phan plugin to do security checking", - "keywords": [ "php", "static", "analyzer", "phan", "security" ], - "type": "library", - "require": { - "etsy/phan": "0.8.0", - "php": "~7.0.0", - "ext-ast": "*" - }, - "require-dev": { - "mediawiki/mediawiki-codesniffer": "14.1.0", - "jakub-onderka/php-parallel-lint": "^0.9.2" - }, - "scripts": { - "test": [ - "composer phpcs", - "composer integration-tests", - "composer phan-for-plugin" - ], - "phpcs": "phpcs -p -s", - "integration-tests": "./tests/runtests.sh", - "phan-for-plugin": "./tests/run-phan-on-plugin.sh", - "fix": "phpcbf" - }, - "bin": [ - "scripts/seccheck-mwext", - "scripts/seccheck-slow-mwext", - "scripts/seccheck-fast-mwext", - "scripts/seccheck-mw", - "scripts/seccheck-generic" - ], - "support": { - "issues": "https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?subscribers=bawolff", - "source": "https://phabricator.wikimedia.org/diffusion/MTPS/", - "wiki": "https://www.mediawiki.org/wiki/SecurityCheckPlugin", - "irc": "irc://freenode.net/wikimedia-dev" - }, - "license": "GPLv2", - "authors": [ - { - "name": "Brian Wolff", - "email": "[email protected]" - } - ], - "minimum-stability": "stable" + "name": "wikimedia/security-check-plugin", + "description": "A Phan plugin to do security checking", + "type": "library", + "keywords": [ "php", "static", "analyzer", "phan", "security" ], + "license": "GPL-2.0", + "authors": [ + { + "name": "Brian Wolff", + "email": "[email protected]" + } + ], + "support": { + "issues": "https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?subscribers=bawolff", + "source": "https://phabricator.wikimedia.org/diffusion/MTPS/", + "wiki": "https://www.mediawiki.org/wiki/SecurityCheckPlugin", + "irc": "irc://freenode.net/wikimedia-dev" + }, + "require": { + "etsy/phan": "0.8.0", + "php": "~7.0.0", + "ext-ast": "*" + }, + "require-dev": { + "mediawiki/mediawiki-codesniffer": "14.1.0", + "jakub-onderka/php-parallel-lint": "^0.9.2" + }, + "scripts": { + "test": [ + "composer phpcs", + "composer integration-tests", + "composer phan-for-plugin" + ], + "phpcs": "phpcs -p -s", + "integration-tests": "./tests/runtests.sh", + "phan-for-plugin": "./tests/run-phan-on-plugin.sh", + "fix": "phpcbf" + }, + "minimum-stability": "stable", + "bin": [ + "scripts/seccheck-mwext", + "scripts/seccheck-slow-mwext", + "scripts/seccheck-fast-mwext", + "scripts/seccheck-mw", + "scripts/seccheck-generic" + ] } -- To view, visit https://gerrit.wikimedia.org/r/396455 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie9106c80b23f23a393912a12c9368078bcdb3123 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/tools/phan/SecurityCheckPlugin Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
