12 lines
194 B
JSON
12 lines
194 B
JSON
|
{
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "0.9.2",
|
||
|
"jakub-onderka/php-console-highlighter": "0.3.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"parallel-lint . --exclude vendor"
|
||
|
]
|
||
|
}
|
||
|
}
|