CodeStyle changes, documentation, small fixes

This commit is contained in:
Ismo Vuorinen
2017-09-14 13:50:17 +03:00
parent b9c5530928
commit 1f0a4b878c
5 changed files with 65 additions and 92 deletions

View File

@@ -23,6 +23,6 @@
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.3"
"phpunit/phpunit": "~5.7"
}
}