Add external tools for CS, add travis config file

This commit is contained in:
Johan Cwiklinski
2017-02-08 15:29:54 +01:00
committed by Johan Cwiklinski
parent aaab0d8415
commit 0900bde1c9
5 changed files with 1293 additions and 0 deletions

7
composer.json Normal file
View File

@ -0,0 +1,7 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.0"
}
}