Fix version constraint

This commit is contained in:
Nicolas Grekas 2016-09-14 08:12:49 +02:00
parent 3d0d709d84
commit c555d64390

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.0",
"symfony/debug": "~2.7,>=2.7.2|~3.0"
"symfony/debug": "~2.7,>=2.7.2|~3.0.0"
},
"require-dev": {
"symfony/event-dispatcher": "~2.1|~3.0.0",