staticfilecache breaks on symfony/console v7.0.3
Closed this issue · 1 comments
misterboe commented
Fatal error: Declaration of SFC\Staticfilecache\Command\BoostQueueCommand::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output) must be compatible with Symfony\Component\Console\Command\Command::execute(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int in /vendor/lochmueller/staticfilecache/Classes/Command/BoostQueueCommand.php on line 65
TYPO3 12.4.10
staticfilecache 14.0.0
FIX:
Downgrading symfony/console (v7.0.3 => v6.4.3)
lochmueller commented
Already fixed in current main Branch: 14a9852