Skip to content

Commit f0bb652

Browse files
committed
Allow up to Symfony 7 in renderer standalone package
split: 6c7b618adabd1b4c14a0733920fac561449ecd8c
1 parent aafadf9 commit f0bb652

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
@@ -27,7 +27,7 @@
2727
"phug/formatter": "^1.8.1",
2828
"phug/compiler": "^1.2",
2929
"phug/util": "^1.5",
30-
"symfony/var-dumper": "^3.4 || ^4.0"
30+
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)