Merge pull request #412 from derrabus/symfony-3

Allow Symfony 3.0
This commit is contained in:
Alex Bilbie 2015-12-20 20:38:02 +00:00
commit ed7f78179a

View File

@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~2.4",
"symfony/http-foundation": "~2.4|~3.0",
"league/event": "~2.1"
},
"require-dev": {