From 7b9df5655908e92b6703c3ee7cb373a26d34ac40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:59:44 +0000 Subject: [PATCH] [TASK] Update spaze/phpstan-disallowed-calls requirement (#1249) 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.1.1...v3.2.0) --- 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 d730cdb..de7ad35 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "phpunit/phpunit": "^9.6.19", "saschaegerer/phpstan-typo3": "^1.10.0", "seld/jsonlint": "^1.10.2", - "spaze/phpstan-disallowed-calls": "^3.1", + "spaze/phpstan-disallowed-calls": "^3.2", "squizlabs/php_codesniffer": "^3.9.1", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/translation": "^5.4 || ^6.4 || ^7.0",