From fb0ca504518086e350b1c41ac2eb2b64ce47648f Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Sat, 16 Jul 2022 13:57:22 +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/+/75207 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 fd2e5d77b32f..15ba88b1c931 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 13387f0ea1e5..2c72f0e23feb 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", -- GitLab