mediawiki/extensions/WikiToLDAP: main (log #454512)

sourcepatches

This run took 14 seconds.

From a5d2d6dc2e254ef3c8d7fc435e55a7b2d0601ea3 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 17 Sep 2021 08:36:42 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index ad92696..73603dc 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -p -s",
+			"@phpcs",
 			"minus-x check ."
 		],
 		"fix": [
@@ -42,6 +42,7 @@
 		],
 		"phan": [
 			"phan -m text --no-color --no-progress-bar | sed 's, ,:,'"
-		]
+		],
+		"phpcs": "phpcs -sp --cache"
 	}
 }
-- 
2.20.1

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