Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-31 | 979 Bytes | |
v6.4.24 source code.tar.gz | 2025-07-31 | 112.1 kB | |
v6.4.24 source code.zip | 2025-07-31 | 188.1 kB | |
Totals: 3 Items | 301.2 kB | 0 |
Changelog (https://github.com/symfony/console/compare/v6.4.23...v6.4.24)
- bug symfony/symfony#61268 [Console] [Table] Fix unnecessary wrapping (@schlndh)
- bug symfony/symfony#61242 [Console] [Table] Fix invalid UTF-8 due to text wrapping (@schlndh)
- bug symfony/symfony#61201 [Console] Fix JSON description for negatable input flags (@nicolas-grekas)
- bug symfony/symfony#61138 [Console] fix profiler with overridden
run()
method (@vinceAmstoutz) - bug symfony/symfony#61106 Fix
@var
phpdoc (@fabpot) - bug symfony/symfony#60507 [Console][Messenger] Fix: Allow
UnrecoverableExceptionInterface
to bypass retry inRunCommandMessageHandler
(@santysisi)