@pixelbrackets@social.tchncs.de
Post #1320630
2026-03-25 18:50 UTC
@ErHaWeb @helhum If I read this correctly composer.json files of extension need a version property though (not catched by Git tag/ Composer version management)?
Replies (1)
-
@helhum@chaos.social 2026-03-25 21:31
@pixelbrackets @ErHaWeb Well, ext_emconf.php needed a version property for basic dependency management in non Composer managed TYPO3 installations. If you have an idea where to put this info, I'm open to it. Extensions that are only scoped for Composer managed TYPO3 installations can omit the ext_emconf.php for a while now. One step at a time brought us a long way to where we are. From no Composer support at all, to almost full Composer compatibility and compliance 😅 #typo3