Added league/container to dependencies

This commit is contained in:
Alex Bilbie 2015-04-04 15:42:26 +01:00
parent a73322fb43
commit 324b6db5e6

View File

@ -6,7 +6,8 @@
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~2.4",
"league/event": "1.0.*"
"league/event": "~2.1",
"league/container": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "4.3.*",