From 53f021d230d3e6bb3802de05f8cddb5d71a1ef1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:16:32 +0000 Subject: [PATCH] Bump the phpstan group with 4 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [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 `phpstan/phpstan` to 1.10.40 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.36...1.10.40) Updates `phpstan/phpstan-strict-rules` to 1.5.2 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.1...1.5.2) Updates `spaze/phpstan-disallowed-calls` to 2.16.1 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v2.16.0...v2.16.1) Updates `shipmonk/phpstan-rules` to 2.9.2 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.9.1...2.9.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development dependency-group: phpstan - 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 195216a..36fca4f 100644 --- a/composer.json +++ b/composer.json @@ -26,11 +26,11 @@ }, "require-dev": { "nette/tester": "2.5.1", - "phpstan/phpstan": "1.10.36", - "phpstan/phpstan-strict-rules": "1.5.1", + "phpstan/phpstan": "1.10.40", + "phpstan/phpstan-strict-rules": "1.5.2", "nepada/phpstan-nette-tester": "1.1.0", - "spaze/phpstan-disallowed-calls": "2.16.0", - "shipmonk/phpstan-rules": "2.9.1", + "spaze/phpstan-disallowed-calls": "2.16.1", + "shipmonk/phpstan-rules": "2.9.2", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.13.0" },