Skip to content

Commit d127818

Browse files
committed
Merge #71 - Symfony v7 support
Pull-request: #71 Signed-off-by: William Desportes <[email protected]>
2 parents f131f37 + 10f23b8 commit d127818

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"php": "^7.2.20 || ^8.0",
3939
"twig/twig": "^3.0",
4040
"nikic/php-parser": "^4.10",
41-
"symfony/console": "~3.4|~4.3|^5|^6",
42-
"symfony/finder": "~3.4|~4.3|^5|^6",
43-
"symfony/filesystem": "~3.4|~4.3|^5|^6",
44-
"symfony/yaml": "~3.4|~4.3|^5|^6",
45-
"symfony/process": "~3.4|~4.3|^5|^6",
41+
"symfony/console": "~3.4|~4.3|^5|^6|^7",
42+
"symfony/finder": "~3.4|~4.3|^5|^6|^7",
43+
"symfony/filesystem": "~3.4|~4.3|^5|^6|^7",
44+
"symfony/yaml": "~3.4|~4.3|^5|^6|^7",
45+
"symfony/process": "~3.4|~4.3|^5|^6|^7",
4646
"phpdocumentor/reflection-docblock": "~5.3",
4747
"phpdocumentor/type-resolver": "1.6.*",
4848
"wdes/php-i18n-l10n": "^4.0",

0 commit comments

Comments
 (0)