Skip to content
Snippets Groups Projects
Commit 719ab512 authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Anja Leichsenring
Browse files

[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: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 58799dea
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment