Brian Wolff has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/396455 )

Change subject: build: update composer.json
......................................................................


build: update composer.json

* Change empty whitespaces to tabs.
* A Phabricator project for this tool already exists so modifying the
  "issues" link to use that project instead.
* 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+.
* Other general fixes.

Bug: T182469
Change-Id: Ie9106c80b23f23a393912a12c9368078bcdb3123
---
M composer.json
1 file changed, 46 insertions(+), 45 deletions(-)

Approvals:
  Brian Wolff: Verified; Looks good to me, approved



diff --git a/composer.json b/composer.json
index 2bc5ad6..ac13013 100644
--- a/composer.json
+++ b/composer.json
@@ -1,47 +1,48 @@
 {
-    "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",
+       "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/?projects=securitycheckplugin";,
+               "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",
+               "ext-ast": "*"
+       },
+       "require-dev": {
+               "mediawiki/mediawiki-codesniffer": "14.1.0",
+               "jakub-onderka/php-parallel-lint": "0.9.2",
+               "jakub-onderka/php-console-highlighter": "0.3.2",
+       },
+       "scripts": {
+               "test": [
+                       "parallel-lint . --exclude vendor",
+                       "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: merged
Gerrit-Change-Id: Ie9106c80b23f23a393912a12c9368078bcdb3123
Gerrit-PatchSet: 12
Gerrit-Project: mediawiki/tools/phan/SecurityCheckPlugin
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: MarcoAurelio <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to