Skip to content

Commit c555d64

Browse files
Fix version constraint
1 parent 3d0d709 commit c555d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/polyfill-mbstring": "~1.0",
21-
"symfony/debug": "~2.7,>=2.7.2|~3.0"
21+
"symfony/debug": "~2.7,>=2.7.2|~3.0.0"
2222
},
2323
"require-dev": {
2424
"symfony/event-dispatcher": "~2.1|~3.0.0",

0 commit comments

Comments
 (0)