From a61b8a90aaba7c7a6ff3dd6bc0fced54ef371428 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Mon, 21 Dec 2020 21:39:31 +0100
Subject: [PATCH] [TASK] Raise typo3/cms-styleguide to 11.0.2

Brings styleguide 11.0.2, which is hopefully
deprecation free with core v11.

composer require --dev typo3/cms-styleguide ~11.0.2

Resolves: #93145
Releases: master
Change-Id: Ic02ac8cce63247a5fffc0ad59ae33b3e9a047b2d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67230
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
---
 composer.json                   |  2 +-
 composer.lock                   | 16 ++++++++--------
 typo3/sysext/core/composer.json |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/composer.json b/composer.json
index 4b72ec730681..7cecf58afe0a 100644
--- a/composer.json
+++ b/composer.json
@@ -93,7 +93,7 @@
 		"phpspec/prophecy": "^1.7.5",
 		"phpstan/phpstan": "^0.12.44",
 		"phpunit/phpunit": "^8.5.2",
-		"typo3/cms-styleguide": "~11.0.1",
+		"typo3/cms-styleguide": "~11.0.2",
 		"typo3/testing-framework": "^6.6.0"
 	},
 	"suggest": {
diff --git a/composer.lock b/composer.lock
index 7e25263664eb..783655463164 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": "8de7b76a71ba3611516b5ad80455d16d",
+    "content-hash": "6fdfbf1369e94f491d1cb141162d3e19",
     "packages": [
         {
             "name": "cogpowered/finediff",
@@ -7202,16 +7202,16 @@
         },
         {
             "name": "typo3/cms-styleguide",
-            "version": "11.0.1",
+            "version": "11.0.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/styleguide.git",
-                "reference": "175745442bb18de8868f035462c65f1553200508"
+                "reference": "04bfc2fac4e85a143b13526e56fc21091a7dcc8c"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/175745442bb18de8868f035462c65f1553200508",
-                "reference": "175745442bb18de8868f035462c65f1553200508",
+                "url": "https://api.github.com/repos/TYPO3/styleguide/zipball/04bfc2fac4e85a143b13526e56fc21091a7dcc8c",
+                "reference": "04bfc2fac4e85a143b13526e56fc21091a7dcc8c",
                 "shasum": ""
             },
             "require-dev": {
@@ -7224,7 +7224,7 @@
                 "typo3/cms-frontend": "11.*.*@dev",
                 "typo3/cms-install": "11.*.*@dev",
                 "typo3/coding-standards": "^0.2.0",
-                "typo3/testing-framework": "^6.4.1"
+                "typo3/testing-framework": "^6.5.0"
             },
             "type": "typo3-cms-extension",
             "extra": {
@@ -7264,9 +7264,9 @@
             ],
             "support": {
                 "issues": "https://github.com/TYPO3/styleguide/issues",
-                "source": "https://github.com/TYPO3/styleguide/tree/11.0.1"
+                "source": "https://github.com/TYPO3/styleguide/tree/11.0.2"
             },
-            "time": "2020-10-20T17:29:09+00:00"
+            "time": "2020-12-21T20:25:13+00:00"
         },
         {
             "name": "typo3/testing-framework",
diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json
index 7143bf61257d..d990c0d9f496 100644
--- a/typo3/sysext/core/composer.json
+++ b/typo3/sysext/core/composer.json
@@ -73,7 +73,7 @@
 		"php-webdriver/webdriver": "^1.9.0",
 		"phpspec/prophecy": "^1.7.5",
 		"phpstan/phpstan": "^0.12.44",
-		"typo3/cms-styleguide": "~11.0.1",
+		"typo3/cms-styleguide": "~11.0.2",
 		"typo3/testing-framework": "^6.6.0"
 	},
 	"suggest": {
-- 
GitLab