From 5770db2e36f1f963861628b71be5850d7144685f Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Sun, 31 May 2020 02:32:17 +0000 Subject: [PATCH] build: Updating composer dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * php-parallel-lint/php-console-highlighter: 0.4.0 → 0.5.0 * php-parallel-lint/php-parallel-lint: 1.0.0 → 1.2.0 Additional changes: * Replaced "jakub-onderka" packages with "php-parallel-lint". Change-Id: I3c844107e12b66262a8738dd836ab2b1dad13610 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7fc3c37..856521f 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "require-dev": { "mediawiki/mediawiki-codesniffer": "31.0.0", "mediawiki/minus-x": "1.0.0", - "php-parallel-lint/php-console-highlighter": "0.4.0", - "php-parallel-lint/php-parallel-lint": "1.0.0" + "php-parallel-lint/php-console-highlighter": "0.5.0", + "php-parallel-lint/php-parallel-lint": "1.2.0" }, "scripts": { "test": [