You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A one-line digest after the per-version details, summarizing the releases scanned, security updates with severity totals, and breaking changes.
A "missing security fixes" warning when the resolved target lands below newer security releases, listing the versions you would skip.
composer typo3:check-updates now takes optional arguments: with none it uses the installed typo3/cms-core version and the latest release in that line; with only the current version it defaults the target to the latest. Auto-detected or defaulted values are confirmed before the check runs.
Changed
composer typo3:check-updates validates that both versions exist in the release line: an unknown target offers the latest instead, and an unknown current version is rejected with a hint.
Fixed
Compatibility with Composer 2.9 / Symfony Console 8: the typo3:check-updates command no longer relies on the removed setName() / setDescription() methods, so it builds and runs on the latest PHP and Composer.