From 1e08fdd9ba07a61859c747f885fe45db97232929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:32:39 +0000 Subject: [PATCH] Bump the phpstan group with 3 updates Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) and [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. Updates `phpstan/phpstan-strict-rules` to 2.0.12 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/2.0.11...2.0.12) Updates `spaze/phpstan-disallowed-calls` to 4.13.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.12.0...v4.13.0) Updates `phpstan/phpstan-phpunit` to 2.0.18 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-version: 2.0.12 dependency-type: direct:development dependency-group: phpstan - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.13.0 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.18 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4a6a96c..8809a2c 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", - "phpstan/phpstan-strict-rules": "2.0.11", - "spaze/phpstan-disallowed-calls": "4.12.0", + "phpstan/phpstan-strict-rules": "2.0.12", + "spaze/phpstan-disallowed-calls": "4.13.0", "shipmonk/phpstan-rules": "4.3.7", - "phpstan/phpstan-phpunit": "2.0.17", + "phpstan/phpstan-phpunit": "2.0.18", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1", "composer-runtime-api": "^2.0",