mediawiki/services/jobrunner: main (log #565320)

sourcepatches

This run took 12 seconds.

From f4a2475ab6060eff88b1192976e31a5252b65d37 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 9 Jan 2022 22:18:42 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index e93a62d..ce03aca 100644
--- a/composer.json
+++ b/composer.json
@@ -11,15 +11,14 @@
 	"support": {
 		"issues": "https://phabricator.wikimedia.org/tag/mediawiki-jobrunner/"
 	},
-
 	"require": {
 		"php": ">=5.3.2",
 		"ext-pcntl": "*",
 		"ext-redis": "*"
 	},
 	"require-dev": {
-		"jakub-onderka/php-parallel-lint": "0.9.2",
-		"jakub-onderka/php-console-highlighter": "0.3.2"
+		"php-parallel-lint/php-console-highlighter": "0.3.2",
+		"php-parallel-lint/php-parallel-lint": "0.9.2"
 	},
 	"scripts": {
 		"test": [
-- 
2.20.1

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