Fix HttpKernel Debug requirement

This commit is contained in:
Jérôme Vasseur 2019-01-23 13:42:58 +01:00
parent 47b739cba2
commit 69feb49c0d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"php": "^5.5.9|>=7.0.8",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
"symfony/debug": "~2.8|~3.0|~4.0",
"symfony/debug": "^3.3.3|~4.0",
"symfony/polyfill-ctype": "~1.8",
"psr/log": "~1.0"
},