Use Monolog instead of custom solution

Remove that ugly `openlog` & `syslog`
This commit is contained in:
Jeremy Benoist
2016-02-29 13:01:40 +01:00
parent 149a333b40
commit 8ab7d76cd5
4 changed files with 221 additions and 194 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"role": "Developer (original JS version)"
}],
"require": {
"php": ">=5.3.3"
"php": ">=5.3.3",
"monolog/monolog": "^1.13.1"
},
"require-dev": {
"satooshi/php-coveralls": "~0.6"