mediawiki/extensions/RevisionSlider: main (log #447740)

sourcepatches

This run took 13 seconds.

From 35f9f07e967e699f0c696ce1f5c4140c300885e0 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 13 Sep 2021 08:06:21 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index cd3e7f8..eff9774 100644
--- a/composer.json
+++ b/composer.json
@@ -9,13 +9,14 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -s -p",
+			"@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"
 	}
 }
-- 
2.20.1

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