Skip to content

Commit 7f940e6

Browse files
authored
Allow Symfony 7 (#1939)
1 parent 5c26392 commit 7f940e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"ext-xml": "*",
6868
"sebastian/version": "^3.0|^4.0|^5.0|^6.0",
6969
"symfony/console": "^6.4.22|^7.0",
70-
"symfony/filesystem": "^5.4.45|^6.4",
71-
"symfony/string": "^6.3.12",
72-
"symfony/yaml": "^6.3.12"
70+
"symfony/filesystem": "^5.4.45|^6.4|^7.0",
71+
"symfony/string": "^6.3.12|^7.0",
72+
"symfony/yaml": "^6.3.12|^7.0"
7373
},
7474
"require-dev": {
7575
"ext-curl": "*",

0 commit comments

Comments
 (0)