mediawiki/extensions/Forms: main (log #559729)

sourcepatches

This run took 8 seconds.

From 4e6d76b4e241372143b827e3ae6c4db6f3c5f5e9 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 18 Dec 2021 16:28:19 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index cab7c8b..24102fb 100644
--- a/composer.json
+++ b/composer.json
@@ -18,11 +18,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.