From 07a16a178674e24b60309e84b4ebc113b0d9f492 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 19 May 2021 17:44:56 +0200 Subject: [PATCH] [TASK] Raise typo3/cms-styleguide to 11.2.2 Brings a PHP 8 fix and adaptions to recent core works. composer req --dev typo3/cms-styleguide:~11.2.2 Change-Id: Ie74b225ff23990a3d2b6dd0964b5cc6d16bc7c0c Resolves: #94161 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69186 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 6d3ab7d639aa..e4f6959bb722 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.1.0", + "typo3/cms-styleguide": "~11.2.2", "typo3/testing-framework": "^6.8.2" }, "suggest": { diff --git a/composer.lock b/composer.lock index 746190119bc8..e171e5d14d66 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": "2dc2c8cb2e24d2bd5a60678b0e5f48ad", + "content-hash": "6f11a2c93ad6fec94d41cbd9f2623839", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7472,16 +7472,16 @@ }, { "name": "typo3/cms-styleguide", - "version": "11.1.0", + "version": "11.2.2", "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "6f20217458bc06753a74e40b11c1f5ec22fb53c9" + "reference": "03201d947c6677ccf1cf76b2c42f1470c49df60c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/6f20217458bc06753a74e40b11c1f5ec22fb53c9", - "reference": "6f20217458bc06753a74e40b11c1f5ec22fb53c9", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/03201d947c6677ccf1cf76b2c42f1470c49df60c", + "reference": "03201d947c6677ccf1cf76b2c42f1470c49df60c", "shasum": "" }, "require-dev": { @@ -7535,9 +7535,9 @@ ], "support": { "issues": "https://github.com/TYPO3/styleguide/issues", - "source": "https://github.com/TYPO3/styleguide/tree/11.1.0" + "source": "https://github.com/TYPO3/styleguide/tree/11.2.2" }, - "time": "2021-03-07T16:10:47+00:00" + "time": "2021-05-19T15:42:07+00:00" }, { "name": "typo3/testing-framework", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index a3ecb827976b..117a6e1ec52e 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.1.0", + "typo3/cms-styleguide": "~11.2.2", "typo3/testing-framework": "^6.8.2" }, "suggest": { -- GitLab