Skip to content

Commit 51dc24c

Browse files
authored
[Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24 (#7148)
* [Console] Fix symfony/console diff broken on windows * bump symfony/console to 6.4.24
1 parent 33b12c2 commit 51dc24c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rector/rector-phpunit": "dev-main",
3535
"rector/rector-symfony": "dev-main",
3636
"sebastian/diff": "^6.0",
37-
"symfony/console": "^6.4",
37+
"symfony/console": "^6.4.24",
3838
"symfony/filesystem": "^6.4",
3939
"symfony/finder": "^6.4",
4040
"symfony/process": "^6.4",
@@ -115,9 +115,6 @@
115115
},
116116
"extra": {
117117
"patches": {
118-
"symfony/console": [
119-
"https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/symfony-console-helper-helper-php.patch"
120-
],
121118
"illuminate/container": [
122119
"https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch"
123120
],

0 commit comments

Comments
 (0)