updated Http-Kernel dependency

Closes silexphp/Silex-WebProfiler#94.
This commit is contained in:
Jules Pietri 2016-06-23 21:09:24 +02:00
parent b85ab60b70
commit d3f47f7f78

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.5.9",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/http-kernel": "~3.1",
"symfony/routing": "~2.8|~3.0",
"symfony/twig-bridge": "~2.8|~3.0"
},