Add php-parallel-lint

php-lint will test for valid php files

Change-Id: I6ed8d0dd87ed383cc49beb3397521a28abfe1217
This commit is contained in:
Umherirrender 2017-05-04 20:09:43 +02:00
parent c6e0dd166b
commit 46158f287d

View file

@ -20,5 +20,13 @@
"classmap": [
"ImageMap_body.php"
]
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor"
]
}
}