performance/arc-lamp: main (log #562827)

sourcepatches

This run took 11 seconds.

From df878b3e06c5d7bd9d75737bb5344e5e3009ca76 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 31 Dec 2021 17:19:19 +0000
Subject: [PATCH] build: Updating php-parallel-lint/php-parallel-lint to 1.3.1

Change-Id: Iebb96d8773f8e063d04b278d91c2314581a8ca8b
---
 composer.json | 88 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 48 insertions(+), 40 deletions(-)

diff --git a/composer.json b/composer.json
index 4e28ba3..528127e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,42 +1,50 @@
 {
-    "name": "wikimedia/arc-lamp",
-    "description": "Flame graphs and log processing for PHP stack traces.",
-    "keywords": [ "sampling", "profiling", "performance", "flamegraph", "excimer" ],
-    "license": "Apache-2.0",
-    "authors": [
-        {
-            "name": "Ori Livneh",
-            "email": "ori@wikimedia.org"
-        },
-        {
-            "name": "Timo Tijhof",
-            "email": "krinklemail@gmail.com"
-        }
-    ],
-    "autoload": {
-        "files": [ "ArcLamp.php" ]
-    },
-    "require": {
-        "php": ">=7.2.0",
-        "ext-redis": "*"
-    },
-    "require-dev": {
-        "mediawiki/minus-x": "1.1.1",
-        "php-parallel-lint/php-console-highlighter": "0.5.0",
-        "php-parallel-lint/php-parallel-lint": "1.3.0"
-    },
-    "scripts": {
-        "test": [
-            "parallel-lint . --exclude vendor",
-            "minus-x check ."
-        ],
-        "fix": [
-            "minus-x fix ."
-        ]
-    },
-    "config": {
-        "platform": {
-            "ext-redis": "3.1.1"
-        }
-    }
+	"name": "wikimedia/arc-lamp",
+	"description": "Flame graphs and log processing for PHP stack traces.",
+	"keywords": [
+		"sampling",
+		"profiling",
+		"performance",
+		"flamegraph",
+		"excimer"
+	],
+	"license": "Apache-2.0",
+	"authors": [
+		{
+			"name": "Ori Livneh",
+			"email": "ori@wikimedia.org"
+		},
+		{
+			"name": "Timo Tijhof",
+			"email": "krinklemail@gmail.com"
+		}
+	],
+	"autoload": {
+		"files": [
+			"ArcLamp.php"
+		]
+	},
+	"require": {
+		"php": ">=7.2.0",
+		"ext-redis": "*"
+	},
+	"require-dev": {
+		"mediawiki/minus-x": "1.1.1",
+		"php-parallel-lint/php-console-highlighter": "0.5.0",
+		"php-parallel-lint/php-parallel-lint": "1.3.1"
+	},
+	"scripts": {
+		"test": [
+			"parallel-lint . --exclude vendor",
+			"minus-x check ."
+		],
+		"fix": [
+			"minus-x fix ."
+		]
+	},
+	"config": {
+		"platform": {
+			"ext-redis": "3.1.1"
+		}
+	}
 }
-- 
2.20.1

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