You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
163 B
JSON
11 lines
163 B
JSON
9 years ago
|
{
|
||
|
"require-dev": {
|
||
|
"jakub-onderka/php-parallel-lint": "0.9"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
||
|
]
|
||
|
}
|
||
|
}
|