Skip to content

Commit 7b8b6d7

Browse files
Allow symfony console v8.x (bmitch#399)
1 parent 2171995 commit 7b8b6d7

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
@@ -26,7 +26,7 @@
2626
"ext-json": "*",
2727
"ext-tokenizer": "*",
2828
"composer-runtime-api": "^2",
29-
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
29+
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
3030
"symfony/filesystem": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3131
"symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
3232
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)