build: add jakub-onderka/php-console-highlighter
Highlight PHP code when parallel-lint fails Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
This commit is contained in:
parent
864a4dec72
commit
3c3fa08376
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"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": {
|
"scripts": {
|
||||||
"test": [
|
"test": [
|
||||||
|
|
Loading…
Reference in a new issue