From a10d8d4387417225b96677b6fc3c0ccd5a2237d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:23:29 +0000 Subject: [PATCH] [Dependabot] Update spaze/phpstan-disallowed-calls requirement 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/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c6aa5e0..1353f2d4 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "rector/type-perfect": "2.2.0", "saschaegerer/phpstan-typo3": "2.2.0 || 3.1.0", "seld/jsonlint": "1.12.1", - "spaze/phpstan-disallowed-calls": "4.13.0", + "spaze/phpstan-disallowed-calls": "4.14.0", "ssch/typo3-rector": "3.14.3", "ssch/typo3-rector-testing-framework": "3.0.0", "symfony/config": "^7.4",