diff --git a/composer.json b/composer.json
index fd2e5d77b32f8d0e2dd72b2071a4aadd43458b93..15ba88b1c9315a1838a5cd6ea986316f332ae20c 100644
--- a/composer.json
+++ b/composer.json
@@ -102,7 +102,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 13387f0ea1e5ef4799ac0ee4035ee3dedd6914c8..2c72f0e23feb31d2ab624a61a237701180788dae 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": "449a1243ede31e91d4d7072beb23051b",
+    "content-hash": "46a65c64c212037bf043ed9c30358753",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -5301,22 +5301,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": {
@@ -5333,7 +5333,7 @@
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
-                "GPL-2.0+"
+                "GPL-2.0-or-later"
             ],
             "authors": [
                 {
@@ -5352,9 +5352,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",