3ee26c4f98
composer.json is no more ignored by git. Just run php lint for now. Change-Id: I2bbe7543588c25669e4d4a3958b66f3f79240ea5
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude node_modules --exclude vendor"
|
|
]
|
|
}
|
|
}
|