Skip to content

Commit 12b5d4b

Browse files
committed
[Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24
1 parent 47bd48d commit 12b5d4b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"composer/semver": "^3.4",
1111
"illuminate/container": "^12.14",
1212
"nette/utils": "^4.0",
13-
"symfony/console": "^6.4",
13+
"symfony/console": "^6.4.24",
1414
"symfony/finder": "^7.2",
1515
"symfony/process": "^7.2",
1616
"webmozart/assert": "^1.11"
@@ -39,8 +39,7 @@
3939
},
4040
"replace": {
4141
"symfony/polyfill-ctype": "*",
42-
"symfony/polyfill-intl-normalizer": "*",
43-
"symfony/polyfill-mbstring": "*"
42+
"symfony/polyfill-intl-normalizer": "*"
4443
},
4544
"config": {
4645
"sort-packages": true,
@@ -55,12 +54,5 @@
5554
"fix-cs": "vendor/bin/ecs check --fix --ansi",
5655
"phpstan": "vendor/bin/phpstan analyse --ansi",
5756
"rector": "vendor/bin/rector process --ansi"
58-
},
59-
"extra": {
60-
"patches": {
61-
"symfony/console": [
62-
"patches/symfony-console-helper-helper-php.patch"
63-
]
64-
}
6557
}
6658
}

patches/symfony-console-helper-helper-php.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)