From caf39a6bfe5bfb197f92245aa14217e333b5af06 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 5 May 2017 21:40:00 +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 f2883f7a..0166340f 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": [