mediawiki/extensions/WikiSEO: main (log #449020)

sourcepatches

This run took 13 seconds.

From 1a390cbc857e58ab0b1f99f969542db80eaefc76 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 15 Sep 2021 08:39:03 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index 6ec1aa9..c4d0272 100644
--- a/composer.json
+++ b/composer.json
@@ -27,14 +27,15 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -p -s",
+			"@phpcs",
 			"minus-x check ."
 		],
 		"fix": [
 			"minus-x fix .",
 			"phpcbf"
 		],
-		"phan": "phan -d . --long-progress-bar"
+		"phan": "phan -d . --long-progress-bar",
+		"phpcs": "phpcs -sp --cache"
 	},
 	"extra": {
 		"installer-name": "WikiSEO"
-- 
2.20.1

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