Skip to content

Commit 95f8e4b

Browse files
authored
add support for symfony/console ^6.0
add support for symfony/console ^6.0 in composer.json
1 parent 37cdf74 commit 95f8e4b

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|^5.0"
10+
"symfony/console": "^3.4|^4.0|^5.0|^6.0"
1111
},
1212
"suggest": {
1313
"ext-json": "Adds ability to store report in JSON format"

0 commit comments

Comments
 (0)