Allow Symfony 3.0.

This commit is contained in:
Alexander M. Turek 2015-12-11 15:24:13 +01:00
parent f5d731def9
commit 6e92239dd7

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": {