From 4f9bf262bea3d84b3550e7ee7e87d36e20bcce94 Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Mon, 14 Nov 2022 07:57:52 +0100
Subject: [PATCH] [TASK] Raise typo3/testing-framework
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

> composer u typo3/testing-framework

Resolves: #99078
Releases: main
Change-Id: I937487add61afc30509c898004b55a62d6cb80c9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76592
Tested-by: core-ci <typo3@b13.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
---
 composer.lock | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/composer.lock b/composer.lock
index 836e70132d00..bac6f9fbb567 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8590,12 +8590,12 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/testing-framework.git",
-                "reference": "d38e8f3d1f351817ddd6e00e6b2c19501c03a661"
+                "reference": "3cab00ed69c63497ee78828b8feb25694e6a50ef"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/d38e8f3d1f351817ddd6e00e6b2c19501c03a661",
-                "reference": "d38e8f3d1f351817ddd6e00e6b2c19501c03a661",
+                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/3cab00ed69c63497ee78828b8feb25694e6a50ef",
+                "reference": "3cab00ed69c63497ee78828b8feb25694e6a50ef",
                 "shasum": ""
             },
             "require": {
@@ -8613,7 +8613,7 @@
             },
             "require-dev": {
                 "friendsofphp/php-cs-fixer": "^3.11.0",
-                "phpstan/phpstan": "^1.8.0",
+                "phpstan/phpstan": "^1.9.2",
                 "phpstan/phpstan-phpunit": "^1.1.1",
                 "typo3/cms-workspaces": "12.*.*@dev"
             },
@@ -8654,7 +8654,7 @@
                 "issues": "https://github.com/TYPO3/testing-framework/issues",
                 "source": "https://github.com/TYPO3/testing-framework/tree/main"
             },
-            "time": "2022-11-02T14:47:03+00:00"
+            "time": "2022-11-14T06:53:27+00:00"
         }
     ],
     "aliases": [],
-- 
GitLab