2015-11-23 16:34:33 -05:00
|
|
|
{
|
2017-03-25 07:32:12 -04:00
|
|
|
"require-dev": {
|
2017-05-05 16:17:04 -04:00
|
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
|
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
2017-03-25 07:32:12 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
|
|
|
]
|
|
|
|
}
|
2015-11-23 16:34:33 -05:00
|
|
|
}
|