mediawiki/extensions/Workflows: main (log #559771)

sourcepatches

This run took 9 seconds.

From 76ca0c009bffd750e3ef3f1d360265658875929a Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 19 Dec 2021 11:54:23 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index 500ea03..6e4c44c 100644
--- a/composer.json
+++ b/composer.json
@@ -34,11 +34,12 @@
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
 			"minus-x check .",
-			"phpcs -sp"
+			"@phpcs"
 		],
 		"fix": [
 			"minus-x fix .",
 			"phpcbf"
-		]
+		],
+		"phpcs": "phpcs -sp"
 	}
 }
-- 
2.20.1

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