From 3c3fa083764b9003a49bc4afe6f773c1b96ebe08 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 5 May 2017 22:17:04 +0200 Subject: [PATCH] build: add jakub-onderka/php-console-highlighter Highlight PHP code when parallel-lint fails Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fbffbaf..8965257 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "require-dev": { - "jakub-onderka/php-parallel-lint": "0.9" + "jakub-onderka/php-parallel-lint": "0.9", + "jakub-onderka/php-console-highlighter": "0.3.2" }, "scripts": { "test": [