Skip to content

Commit 478d0ea

Browse files
authored
[Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24 (#106)
1 parent 2f39145 commit 478d0ea

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

composer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nette/robot-loader": "^4.0",
1212
"nette/utils": "^4.0",
1313
"nikic/php-parser": "^5.5",
14-
"symfony/console": "^6.4",
14+
"symfony/console": "^6.4.24",
1515
"symfony/finder": "^7.3",
1616
"symfony/yaml": "^7.3",
1717
"webmozart/assert": "^1.11"
@@ -47,8 +47,7 @@
4747
},
4848
"replace": {
4949
"symfony/polyfill-ctype": "*",
50-
"symfony/polyfill-intl-normalizer": "*",
51-
"symfony/polyfill-mbstring": "*"
50+
"symfony/polyfill-intl-normalizer": "*"
5251
},
5352
"config": {
5453
"sort-packages": true,
@@ -63,13 +62,5 @@
6362
"fix-cs": "vendor/bin/ecs check --fix --ansi",
6463
"phpstan": "vendor/bin/phpstan analyse --ansi",
6564
"rector": "vendor/bin/rector process --ansi"
66-
},
67-
"extra": {
68-
"patches": {
69-
"symfony/console": [
70-
"patches/symfony-console-helper-helper-php.patch"
71-
]
72-
}
7365
}
7466
}
75-

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)