From 58c2378c20cb44e6f8402d50f9523c6fddb894ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20B=C3=BCrk?= <stefan@buerk.tech>
Date: Tue, 18 Jun 2024 07:54:36 +0200
Subject: [PATCH] [TASK] Raise `phpstan/phpstan`
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This change requires PHPStan on the current
newest version.

Note: In v12 the phpstan baseline is regenerated
to adopt for changed reporting behaviour.

Used command(s):

  composer req --dev "phpstan/phpstan":"^1.11.5"

Resolves: #104136
Releases: main, 12.4
Change-Id: I7f88c4c3942e22e1536e12a883411f66a3eee3ad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84743
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.json |  2 +-
 composer.lock | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/composer.json b/composer.json
index f1285e0a201d..3a96d266b45d 100644
--- a/composer.json
+++ b/composer.json
@@ -117,7 +117,7 @@
 		"friendsoftypo3/phpstan-typo3": "^0.9.0",
 		"php-webdriver/webdriver": "^1.15.1",
 		"phpstan/phpdoc-parser": "^1.29.0",
-		"phpstan/phpstan": "^1.11.3",
+		"phpstan/phpstan": "^1.11.5",
 		"phpstan/phpstan-phpunit": "^1.4.0",
 		"phpunit/phpunit": "^11.2.2",
 		"sokil/php-isocodes-db-i18n": "^4.0.22",
diff --git a/composer.lock b/composer.lock
index 2305564e30c4..6e947ad95b67 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": "d3a7605892c78c72f4c4f050ae471215",
+    "content-hash": "96a6ff1b36d5ad19b8fced0888da6660",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -6775,16 +6775,16 @@
         },
         {
             "name": "phpstan/phpstan",
-            "version": "1.11.3",
+            "version": "1.11.5",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpstan/phpstan.git",
-                "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5"
+                "reference": "490f0ae1c92b082f154681d7849aee776a7c1443"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e64220a05c1209fc856d58e789c3b7a32c0bb9a5",
-                "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5",
+                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443",
+                "reference": "490f0ae1c92b082f154681d7849aee776a7c1443",
                 "shasum": ""
             },
             "require": {
@@ -6829,7 +6829,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2024-05-31T13:53:37+00:00"
+            "time": "2024-06-17T15:10:54+00:00"
         },
         {
             "name": "phpstan/phpstan-phpunit",
-- 
GitLab