e7f63725f7
Change-Id: Icc34ed7743b59520b4c346ae124c08f83d8662b2
10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
|
]
|
|
}
|
|
}
|