[BUGFIX] Take dev mode into account for package hash
When generating the identifier for the package artifact, not only the hash from the composer.lock must be taken into account, but also whether packages have been installed in dev mode or not. Since dev mode does not change the lock hash, it otherwise can happen that a stale DI cache with invalid set of packages is used, which obviously leads to fatal errors Releases: main, 11.5 Resolves: #97688 Change-Id: I29461c133a866fcbf16848a4540eef33aa52d450 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74755 Reviewed-by:Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment