From 0f20cf7c85bbf1e7a56e1c93dbfd67e5709385e6 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 29 Jun 2021 15:50:13 +0200 Subject: [PATCH] [TASK] Raise typo3/cms-styleguide:~11.3.1 Brings minor adaptions and a patch to unblock #94417 composer req --dev typo3/cms-styleguide:~11.3.1 composer req --dev typo3/cms-styleguide:~11.3.1 -d typo3/sysext/core --no-update Change-Id: I26a6e66fe42ee37e247873f68a135ce87c68fee4 Resolves: #94431 Related: #94417 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69654 Tested-by: core-ci <typo3@b13.com> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: Jochen <rothjochen@gmail.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Jochen <rothjochen@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.json | 2 +- composer.lock | 14 +++++++------- typo3/sysext/core/composer.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index f7b58c96a098..f8afee10c5bc 100644 --- a/composer.json +++ b/composer.json @@ -96,7 +96,7 @@ "phpspec/prophecy": "^1.12.2", "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^8.5.13", - "typo3/cms-styleguide": "~11.3.0", + "typo3/cms-styleguide": "~11.3.1", "typo3/testing-framework": "^6.8.4" }, "suggest": { diff --git a/composer.lock b/composer.lock index c8f709082f2b..3a8de3c9a60a 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": "482b0db74ad004eb66ad67a46fac90ac", + "content-hash": "63c454f6977e568f44a8f9b5e7a815ba", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7589,16 +7589,16 @@ }, { "name": "typo3/cms-styleguide", - "version": "11.3.0", + "version": "11.3.1", "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "e4c875c7fbb7326a7373a439f064fc07bf353cbc" + "reference": "11d65d0e89df07a2946e14a7cfb7257ac80a998b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/e4c875c7fbb7326a7373a439f064fc07bf353cbc", - "reference": "e4c875c7fbb7326a7373a439f064fc07bf353cbc", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/11d65d0e89df07a2946e14a7cfb7257ac80a998b", + "reference": "11d65d0e89df07a2946e14a7cfb7257ac80a998b", "shasum": "" }, "require-dev": { @@ -7652,9 +7652,9 @@ ], "support": { "issues": "https://github.com/TYPO3/styleguide/issues", - "source": "https://github.com/TYPO3/styleguide/tree/11.3.0" + "source": "https://github.com/TYPO3/styleguide/tree/11.3.1" }, - "time": "2021-06-13T00:32:12+00:00" + "time": "2021-06-29T13:47:56+00:00" }, { "name": "typo3/testing-framework", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 41bd894a97ff..2c72a6631c3f 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -76,7 +76,7 @@ "php-webdriver/webdriver": "^1.9.0", "phpspec/prophecy": "^1.12.2", "phpstan/phpstan": "^0.12.64", - "typo3/cms-styleguide": "~11.3.0", + "typo3/cms-styleguide": "~11.3.1", "typo3/testing-framework": "^6.8.4" }, "suggest": { -- GitLab