Add composer.json for running phplint test

Change-Id: I307bbbb6d3fe2cf655196dd4c0d4fccd75aafe7e
This commit is contained in:
Paladox 2016-01-19 22:29:19 +00:00
parent eba51a1f28
commit ac3a2a5fa5

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"
]
}
}