Skip to content
Snippets Groups Projects
Commit d914fb55 authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Raise typo3/cms-styleguide:"~11.5.4"

This patch raises styleguide to the recently
released version to test against a more actual
codebase, including backports and the one or
other bugfix (postgres install etc).

used command:

> composer req typo3/cms-styleguide:"~11.5.4" --dev
> cd Build/composer ; \
    rm -rf composer.json ; \
    mv composer.dist.json composer.json ; \
    composer req typo3/cms-styleguide:"~11.5.4" \
      --dev --no-update ; \
    mv composer.json composer.dist.json ; \
    cd ../../

Resolves: #97012
Releases: 11.5
Change-Id: Ic03b13ac3737d29a8d90e4957806a2f6dd173ab5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73674


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 3f350069
Branches
Tags
No related merge requests found
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