Added league/event and implemented SessionOwnerEvent

This commit is contained in:
Alex Bilbie
2014-07-11 15:13:28 +01:00
parent 33c68a2103
commit 954f29f879
6 changed files with 91 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~2.1"
"symfony/http-foundation": "~2.1",
"league/event": "0.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",