From f6ed53024b077b0bdc413cf486ecbb65c00693a3 Mon Sep 17 00:00:00 2001
From: Oliver Klee <typo3-coding@oliverklee.de>
Date: Sat, 24 Feb 2024 13:25:31 +0100
Subject: [PATCH] [TASK] Raise to phpstan/phpstan-phpunit:^1.3.16
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Due to a typo, #103193 downgraded the minimum required
phpstan/phpstan-phpunit version.

Executed command:

    composer require --dev \
      phpstan/phpstan-phpunit:^1.3.16

Resolves: #103194
Related: #103193
Releases: main, 12.4
Change-Id: Ied12668b57b500a42bdb9f901952094cd48bd1b0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83123
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Stefan Bürk <stefan@buerk.tech>
---
 composer.json | 2 +-
 composer.lock | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 9d47d4a7cffb..1b49422b7d63 100644
--- a/composer.json
+++ b/composer.json
@@ -114,7 +114,7 @@
 		"php-webdriver/webdriver": "^1.14.0",
 		"phpstan/phpdoc-parser": "^1.26.0",
 		"phpstan/phpstan": "^1.10.59",
-		"phpstan/phpstan-phpunit": "^1.2.16",
+		"phpstan/phpstan-phpunit": "^1.3.16",
 		"phpunit/phpunit": "^10.5.5",
 		"sokil/php-isocodes-db-i18n": "^4.0.19",
 		"symfony/translation": "^6.4 || ^7.0",
diff --git a/composer.lock b/composer.lock
index 3dab60228527..9f70c3171362 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": "7bbe8999680e30af6a2ecd1cc326e6b9",
+    "content-hash": "dae44d95b7cd2910d3bc4385009a087f",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
-- 
GitLab