Skip to content

Commit 4e8e9d4

Browse files
authored
Merge pull request #109 from GerB/patch-1
Add symfony 7 support
2 parents b473c38 + d2be97a commit 4e8e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-dom": "*",
2828
"ext-libxml": "*",
2929
"ext-simplexml": "*",
30-
"symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0"
30+
"symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
3131
},
3232
"suggest": {
3333
"voku/portable-utf8": "If you need e.g. UTF-8 fixed output."

0 commit comments

Comments
 (0)