t3monitoring
t3monitoring copied to clipboard
Add possibility to display included patches for core and extensions
It would be great if there was a possibility to display if the TYPO3 core or extensions have been patched. Maybe with an asterix behind the version or even add a new column in the table. I could imagine getting that information from the composer.json.
That's gonna be a bit of work, I assume. At least since composer patches version 2, patches are applied from dependencies too, so maybe the only good way is to inspect the patches.lock,json
https://docs.cweagans.net/composer-patches/api/patches-lock-json/