From 99ee9790d67d0c350f6091ad7f134ec853ce960e Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Sat, 16 Jul 2022 13:54:37 +0200
Subject: [PATCH] [TASK] Raise bnf/phpstan-psr-container:^1.0.1

Patch level raise of a monorepo --dev dependency
as yet another raise to unblock psr/container:^2.

$ composer req --dev bnf/phpstan-psr-container:^1.0.1

Change-Id: I73da5737bfbad6dfb739f5f56732d5d283e3e372
Resolves: #97958
Releases: main, 11.5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75206
Tested-by: core-ci <typo3@b13.com>
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.json |  2 +-
 composer.lock | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/composer.json b/composer.json
index ee3bfb7fdf86..ccc77e22c53f 100644
--- a/composer.json
+++ b/composer.json
@@ -96,7 +96,7 @@
 		"typo3fluid/fluid": "^2.7.1"
 	},
 	"require-dev": {
-		"bnf/phpstan-psr-container": "^1.0",
+		"bnf/phpstan-psr-container": "^1.0.1",
 		"codeception/codeception": "^4.1.22",
 		"codeception/lib-asserts": "^1.13.2",
 		"codeception/module-asserts": "^1.3.1",
diff --git a/composer.lock b/composer.lock
index efe926ed383f..00791cf453fe 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": "1650feccfed5b52e5c656b26b0853d24",
+    "content-hash": "f2068bb5b674bbad6c3e53613ad844f6",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -4456,22 +4456,22 @@
         },
         {
             "name": "bnf/phpstan-psr-container",
-            "version": "1.0.0",
+            "version": "1.0.1",
             "source": {
                 "type": "git",
                 "url": "https://github.com/bnf/phpstan-psr-container.git",
-                "reference": "15f001a5a4462e5125af13124d700f024f5355d5"
+                "reference": "38242e71616aa677a0fdd08af8edc4a730a24f67"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/bnf/phpstan-psr-container/zipball/15f001a5a4462e5125af13124d700f024f5355d5",
-                "reference": "15f001a5a4462e5125af13124d700f024f5355d5",
+                "url": "https://api.github.com/repos/bnf/phpstan-psr-container/zipball/38242e71616aa677a0fdd08af8edc4a730a24f67",
+                "reference": "38242e71616aa677a0fdd08af8edc4a730a24f67",
                 "shasum": ""
             },
             "require": {
                 "php": "^7.0|^8.0",
                 "phpstan/phpstan": "^1.0",
-                "psr/container": "^1.0"
+                "psr/container": "^1.0|^2.0"
             },
             "type": "phpstan-extension",
             "extra": {
@@ -4488,7 +4488,7 @@
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
-                "GPL-2.0+"
+                "GPL-2.0-or-later"
             ],
             "authors": [
                 {
@@ -4507,9 +4507,9 @@
             ],
             "support": {
                 "issues": "https://github.com/bnf/phpstan-psr-container/issues",
-                "source": "https://github.com/bnf/phpstan-psr-container/tree/1.0.0"
+                "source": "https://github.com/bnf/phpstan-psr-container/tree/1.0.1"
             },
-            "time": "2021-11-25T07:37:18+00:00"
+            "time": "2022-04-26T04:03:19+00:00"
         },
         {
             "name": "codeception/codeception",
-- 
GitLab