From 79d6fe4e4edaa68d138dca19d9809c373291fabf Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Sun, 13 Jun 2021 02:37:05 +0200 Subject: [PATCH] [TASK] Raise typo3/cms-styleguide:~11.3.0 Brings a PHP 8.0 related fix, backend module bug fixes and features representing more v11 related markup. composer req --dev typo3/cms-styleguide:~11.3.0 composer req --dev typo3/cms-styleguide:~11.3.0 -d typo3/sysext/core --no-update Change-Id: I716237ad6256db87f6b6e20081a67fa674c203d5 Resolves: #94331 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69479 Tested-by: core-ci <typo3@b13.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> 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 e75f2c8d8fe3..7b4ce8154e0c 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.2.2", + "typo3/cms-styleguide": "~11.3.0", "typo3/testing-framework": "^6.8.2" }, "suggest": { diff --git a/composer.lock b/composer.lock index acf554bc9e5c..40254df74faa 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": "c110d52283819e782f64960c0f6d4e1a", + "content-hash": "392b6da64c34956cd9a02de228760d1c", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7472,16 +7472,16 @@ }, { "name": "typo3/cms-styleguide", - "version": "11.2.2", + "version": "11.3.0", "source": { "type": "git", "url": "https://github.com/TYPO3/styleguide.git", - "reference": "03201d947c6677ccf1cf76b2c42f1470c49df60c" + "reference": "e4c875c7fbb7326a7373a439f064fc07bf353cbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/03201d947c6677ccf1cf76b2c42f1470c49df60c", - "reference": "03201d947c6677ccf1cf76b2c42f1470c49df60c", + "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/e4c875c7fbb7326a7373a439f064fc07bf353cbc", + "reference": "e4c875c7fbb7326a7373a439f064fc07bf353cbc", "shasum": "" }, "require-dev": { @@ -7535,9 +7535,9 @@ ], "support": { "issues": "https://github.com/TYPO3/styleguide/issues", - "source": "https://github.com/TYPO3/styleguide/tree/11.2.2" + "source": "https://github.com/TYPO3/styleguide/tree/11.3.0" }, - "time": "2021-05-19T15:42:07+00:00" + "time": "2021-06-13T00:32:12+00:00" }, { "name": "typo3/testing-framework", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 539f4e830091..718fb71b389b 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.2.2", + "typo3/cms-styleguide": "~11.3.0", "typo3/testing-framework": "^6.8.2" }, "suggest": { -- GitLab