[BUGFIX] Use correct `typo3/cms-styleguide` for main
Branching in `typo3/cms-styleguide` have been done some time after the core branched versions. That led to an invalid state in composer.json/lock and further issues, for example when using the composer lock file update command: `composer update --lock` This now leads to weird constellations. Therefore, we now require the correct version of styleguide to break that invalid cycle and have correct version in the `composer.json` and `composer.lock` files. Used command(s): > composer require --dev "typo3/cms-styleguide":"~13.0@dev" Resolves: #100989 Related: #96157 Releases: main Change-Id: I2eb768ba3a7e7a21762bf76c58c4bef3bafeadd3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79247 Tested-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Please register or sign in to comment