From d914fb5536ef3350fe21e8adcbde37fb9dbe4514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= <stefan@buerk.tech> Date: Wed, 23 Feb 2022 12:35:35 +0100 Subject: [PATCH] [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: core-ci <typo3@b13.com> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- Build/composer/composer.dist.json | 2 +- composer.json | 2 +- composer.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Build/composer/composer.dist.json b/Build/composer/composer.dist.json index 9c80c4f90e11..07648c98b77d 100644 --- a/Build/composer/composer.dist.json +++ b/Build/composer/composer.dist.json @@ -52,6 +52,6 @@ "typo3/cms-viewpage": "@dev" }, "require-dev": { - "typo3/cms-styleguide": "~11.4.0" + "typo3/cms-styleguide": "~11.5.4" } } diff --git a/composer.json b/composer.json index adc11ca36839..9dd51ac179ba 100644 --- a/composer.json +++ b/composer.json @@ -120,7 +120,7 @@ "phpstan/phpstan": "^1.4.5", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5.10", - "typo3/cms-styleguide": "~11.5.3", + "typo3/cms-styleguide": "~11.5.4", "typo3/testing-framework": "^6.15.3" }, "suggest": { diff --git a/composer.lock b/composer.lock index c0f57f56aa24..4cf9680ba077 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "45225759cedfc56ebbfc81739367c196", + "content-hash": "3a129fccce578ed751e35cce26f06604", "packages": [ { "name": "bacon/bacon-qr-code", @@ -8943,16 +8943,16 @@ }, { "name": "typo3/cms-styleguide", - "version": "11.5.3", + "version": "11.5.4", "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "ac893eef7f4a15901d4c42a6b9943fbf988019c4" + "reference": "832b5258c6ba724db92014a9e54f05628804e34c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/ac893eef7f4a15901d4c42a6b9943fbf988019c4", - "reference": "ac893eef7f4a15901d4c42a6b9943fbf988019c4", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/832b5258c6ba724db92014a9e54f05628804e34c", + "reference": "832b5258c6ba724db92014a9e54f05628804e34c", "shasum": "" }, "require-dev": { @@ -8960,11 +8960,11 @@ "codeception/module-asserts": "^1.2", "codeception/module-cli": "^1.1", "codeception/module-webdriver": "^1.1", - "phpstan/phpstan": "^0.12.37", + "phpstan/phpstan": "^1.4.3", "typo3/cms-core": "11.*.*@dev", "typo3/cms-frontend": "11.*.*@dev", "typo3/cms-install": "11.*.*@dev", - "typo3/coding-standards": "^0.3.0", + "typo3/coding-standards": "^0.5.0", "typo3/tailor": "^1.2", "typo3/testing-framework": "^6.14.0" }, @@ -9006,9 +9006,9 @@ ], "support": { "issues": "https://github.com/TYPO3/styleguide/issues", - "source": "https://github.com/TYPO3/styleguide/tree/11.5.3" + "source": "https://github.com/TYPO3/styleguide/tree/11.5.4" }, - "time": "2021-11-30T21:15:08+00:00" + "time": "2022-02-23T12:46:24+00:00" }, { "name": "typo3/testing-framework", -- GitLab