mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-22 10:29:02 +01:00
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor"
|
|
]
|
|
}
|
|
} |