Skip to content

Commit

Permalink
Fix HttpKernel Debug requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jvasseur committed Jan 23, 2019
1 parent 47b739c commit 69feb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 69feb49

Please sign in to comment.