Skip to content

Commit 5e994da

Browse files
authored
[Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24 (#291)
1 parent 32abf78 commit 5e994da

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"nette/utils": "^4.0.7",
2121
"sebastian/diff": "^6.0.2",
2222
"squizlabs/php_codesniffer": "^3.13.2",
23-
"symfony/console": "^6.4.23",
23+
"symfony/console": "^6.4.24",
2424
"symfony/finder": "^7.3.0",
2525
"symplify/coding-standard": "^12.4.3",
2626
"symplify/easy-parallel": "^11.2.2",
@@ -91,9 +91,6 @@
9191
"patches": {
9292
"illuminate/container": [
9393
"patches/illuminate-container-container-php.patch"
94-
],
95-
"symfony/console": [
96-
"patches/symfony-console-helper-helper-php.patch"
9794
]
9895
}
9996
}

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

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

0 commit comments

Comments
 (0)