Move events handling to Symfony\EventDispatcher

This commit is contained in:
Frédéric Guillot
2014-12-27 19:10:38 -05:00
parent cf821e117c
commit 17dc5bdc9e
75 changed files with 1076 additions and 1167 deletions

View File

@@ -9,7 +9,8 @@
"lusitanian/oauth": "0.3.5",
"pimple/pimple": "~3.0",
"monolog/monolog": "1.11.0",
"symfony/console": "@stable"
"symfony/console": "@stable",
"symfony/event-dispatcher": "~2.6"
},
"autoload": {
"psr-0": {"": "app/"},
@@ -17,5 +18,8 @@
"app/helpers.php",
"app/functions.php"
]
},
"require-dev": {
"symfony/stopwatch": "~2.6"
}
}