From 6485ec64918b6d5bdf3acd42f26ad6bd97891504 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 5 May 2017 21:40:01 +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 dc4d813..b4c136e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ ] }, "require-dev": { - "jakub-onderka/php-parallel-lint": "0.9.2" + "jakub-onderka/php-parallel-lint": "0.9.2", + "jakub-onderka/php-console-highlighter": "0.3.2" }, "scripts": { "test": [