mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Use Monolog instead of custom solution
Remove that ugly `openlog` & `syslog`
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user