Add logging support for debugging

This commit is contained in:
Niklas Keller
2018-06-09 19:00:02 +02:00
parent 6da46ddaf6
commit 35070bb70a
3 changed files with 169 additions and 13 deletions

View File

@@ -20,7 +20,8 @@
"league/climate": "^3.2",
"rdlowrey/auryn": "^1.4.2",
"webmozart/assert": "^1.2",
"symfony/yaml": "^3.0"
"symfony/yaml": "^3.0",
"amphp/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6",