2015-11-24 16:03:00 +00:00
|
|
|
{
|
|
|
|
"require-dev": {
|
2017-05-05 19:40:00 +00:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
2015-11-24 16:03:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude vendor"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|