oojs/ui: main (log #454728)

sourcepatches

This run took 224 seconds.

From 3a1a95e3fa570a9f9e8b2823ff507aefc8680a18 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 17 Sep 2021 10:53:51 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index c3ee803..48a57f4 100644
--- a/composer.json
+++ b/composer.json
@@ -70,7 +70,7 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude demos/vendor",
-			"phpcs -p -s",
+			"@phpcs",
 			"phpunit",
 			"minus-x check .",
 			"phan -d . -p --require-config-exists --allow-polyfill-parser"
@@ -82,6 +82,7 @@
 		"doc": [
 			"doxygen"
 		],
-		"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.