Created Logger factory and logger config, and added logger dependencies

This commit is contained in:
Alejandro Celaya
2016-08-08 11:56:19 +02:00
parent cff9b7c0b5
commit b7f3c332e4
5 changed files with 85 additions and 3 deletions

View File

@@ -26,7 +26,9 @@
"doctrine/orm": "^2.5",
"guzzlehttp/guzzle": "^6.2",
"symfony/console": "^3.0",
"firebase/php-jwt": "^4.0"
"firebase/php-jwt": "^4.0",
"monolog/monolog": "^1.21",
"theorchard/monolog-cascade": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "^5.0",