Changelog (v7.3.3...v7.3.4)
- bug symfony/symfony#61736 [PhpUnitBridge] do not try to modify the result of a PhptTestCase (@xabbuh)
- bug symfony/symfony#61731 [PhpUnitBridge] Fix gathering deprecation in phpt (@nicolas-grekas)
- bug symfony/symfony#61729 [PhpUnitBridge] Silence deprecation of __sleep/wakeup() (@nicolas-grekas)
- bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
- bug symfony/symfony#61645 Replace backtick operator, deprecated in PHP 8.5, with shell_exec() (@iluuu1994)