Fix bugs, improve perfs and use SimpleLogger instead of Monolog

This commit is contained in:
Frédéric Guillot
2015-01-02 17:19:13 -05:00
parent c32567857d
commit 3076ba22dd
39 changed files with 288 additions and 139 deletions

View File

@@ -8,9 +8,9 @@
"erusev/parsedown": "1.1.1",
"lusitanian/oauth": "0.3.5",
"pimple/pimple": "~3.0",
"monolog/monolog": "1.11.0",
"symfony/console": "@stable",
"symfony/event-dispatcher": "~2.6"
"symfony/event-dispatcher": "~2.6",
"fguillot/simpleLogger": "dev-master"
},
"autoload": {
"psr-0": {"": "app/"},