Skip to content

Commit 40df854

Browse files
committed
Require Symfony/Console 6.4.3 for PHP 8.4 fix (lowest config)
Ref: symfony/console@de9a8d9 Relax all others, I can bump if there is failures
1 parent 82bf6ab commit 40df854

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": "^8.1",
3939
"twig/twig": "^3.20",
4040
"nikic/php-parser": "^5.4",
41-
"symfony/console": "^6.4||^7.2.1",
42-
"symfony/finder": "^6.4||^7",
43-
"symfony/filesystem": "^6.4||^7",
44-
"symfony/yaml": "^6.4||^7",
45-
"symfony/process": "^6.4||^7",
41+
"symfony/console": "^6.4.3||^7.2.1",
42+
"symfony/finder": "^6||^7",
43+
"symfony/filesystem": "^6||^7",
44+
"symfony/yaml": "^6||^7",
45+
"symfony/process": "^6||^7",
4646
"phpdocumentor/reflection-docblock": "~5.3",
4747
"phpdocumentor/type-resolver": "1.6.*",
4848
"wdes/php-i18n-l10n": "^4.1",

0 commit comments

Comments
 (0)