From 6f9cc0e4ba8df988da9c78490570954f91a47f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 17:53:47 +0000 Subject: [PATCH] Bump the phpstan group with 3 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [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.50 - [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.47...1.10.50) Updates `spaze/phpstan-disallowed-calls` to 3.0.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v2.16.1...v3.0.0) Updates `shipmonk/phpstan-rules` to 2.11.1 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.10.0...2.11.1) --- updated-dependencies: - dependency-name: phpstan/phpstan 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1fab93c..3dd402f 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ "require-dev": { "nette/tester": "2.5.1", "mockery/mockery": "1.6.6", - "phpstan/phpstan": "1.10.47", + "phpstan/phpstan": "1.10.50", "phpstan/phpstan-strict-rules": "1.5.2", "phpstan/phpstan-nette": "1.2.9", "phpstan/phpstan-mockery": "1.1.1", "nepada/phpstan-nette-tester": "1.1.0", - "spaze/phpstan-disallowed-calls": "2.16.1", - "shipmonk/phpstan-rules": "2.10.0", + "spaze/phpstan-disallowed-calls": "3.0.0", + "shipmonk/phpstan-rules": "2.11.1", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.13.0", "nette/di": "^3.0.6@dev",