mediawiki/extensions/WikiTextLoggedInOut: main (log #440963)

sourcepatches

This run took 12 seconds.

From 197e3c6264111ae258e17e4f67e7a9a291ebd2ef Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 10 Sep 2021 02:56:37 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ib85e320879d52507a0bd3d186531ef8e4b0d2a58
---
 composer.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 52c875f..a6423cd 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
 			"minus-x check .",
-			"phpcs -p -s"
+			"@phpcs"
 		],
 		"fix": [
 			"minus-x fix .",
@@ -18,6 +18,7 @@
 		],
 		"phan": "phan -d . --long-progress-bar",
 		"seccheck": "seccheck-mwext",
-		"seccheck-fast": "seccheck-fast-mwext"
+		"seccheck-fast": "seccheck-fast-mwext",
+		"phpcs": "phpcs -sp --cache\""
 	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.