From 24d0755f7afeb3bde489a97717d99a386cef6c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:15:36 +0000 Subject: [PATCH] [TASK] Update spaze/phpstan-disallowed-calls requirement (#1496) Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v3.5.0...v3.5.1) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d38f3c1..13c82dd 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "phpunit/phpunit": "9.6.20", "saschaegerer/phpstan-typo3": "1.10.2", "seld/jsonlint": "1.11.0", - "spaze/phpstan-disallowed-calls": "3.5.0", + "spaze/phpstan-disallowed-calls": "3.5.1", "squizlabs/php_codesniffer": "3.10.3", "ssch/typo3-rector": "2.11.0", "ssch/typo3-rector-testing-framework": "2.0.1",