Add composer.json and php lint

This file will be used for php code sniffer.

Change-Id: Icb4b53973b19b6e5e799cca20ecdb63853bf5cb3
This commit is contained in:
paladox 2015-07-22 18:10:46 -04:00 committed by Antoine Musso
parent 3498c5a479
commit 188f7383ca
1 changed files with 10 additions and 0 deletions

10
composer.json Normal file
View File

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