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

sourcepatches

This run took 14 seconds.

From e8b966fab823811f8fd992e2a5bd80ba806fe5e0 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Tue, 11 Jan 2022 14:47:59 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I1b69c46c4e45cb12d747a5af7a364efcb77ac4a1
---
 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.