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

sourcepatches

This run took 15 seconds.

From 748b04f6a83e1be86d2756479363012fdb2f57b0 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 15 May 2021 17:08:57 +0000
Subject: [PATCH] [DNM] there are no updates

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