Skip to content

Commit 7244a8d

Browse files
committed
Fix #51: symfony/console 5.0
1 parent 120f715 commit 7244a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=5.4",
88
"ext-tokenizer":"*",
99
"ext-json": "*",
10-
"symfony/console": "^3.4|^4.0"
10+
"symfony/console": "^3.4|^4.0|^5.0"
1111
},
1212
"suggest": {
1313
"ext-json": "Adds ability to store report in JSON format"

0 commit comments

Comments
 (0)