Add php-parallel-lint

php-lint will test for valid php files

Change-Id: I10de9ae4569585aa190bac4bb71bfa80d81406f8
This commit is contained in:
Umherirrender 2017-05-04 20:08:30 +02:00
parent 19d698b422
commit fcb718999f

10
composer.json Normal file
View file

@ -0,0 +1,10 @@
{
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}