mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-13 05:59:03 +01:00
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor"
|
|
]
|
|
}
|
|
} |