From fdec8e9b5630f64d37ad5182b1e5197a03551eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:56:20 +0000 Subject: [PATCH] Bump the phpstan group with 2 updates Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `spaze/phpstan-disallowed-calls` to 3.1.1 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v2.16.1...v3.1.1) Updates `shipmonk/phpstan-rules` to 2.11.2 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.10.0...2.11.2) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-type: direct:development dependency-group: phpstan - dependency-name: shipmonk/phpstan-rules dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 198437d..84defcb 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "1.5.2", - "spaze/phpstan-disallowed-calls": "2.16.1", - "shipmonk/phpstan-rules": "2.10.0", + "spaze/phpstan-disallowed-calls": "3.1.1", + "shipmonk/phpstan-rules": "2.11.2", "phpstan/phpstan-phpunit": "1.3.15", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.14.0",