From 41ec6a7968b6800d9a5daf07c44a99cbc14c9189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 06:11:37 +0000 Subject: [PATCH] Bump the phpstan group with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `phpstan/phpstan` to 1.10.32 - [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.26...1.10.32) Updates `shipmonk/phpstan-rules` to 2.6.3 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.6.2...2.6.3) --- updated-dependencies: - dependency-name: phpstan/phpstan 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 aa98e0d..c9f73a8 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ }, "require-dev": { "nette/tester": "2.4.3", - "phpstan/phpstan": "1.10.26", + "phpstan/phpstan": "1.10.32", "phpstan/phpstan-strict-rules": "1.5.1", "phpstan/phpstan-nette": "1.2.9", "nepada/phpstan-nette-tester": "1.0.0", "spaze/phpstan-disallowed-calls": "2.16.0", - "shipmonk/phpstan-rules": "2.6.2", + "shipmonk/phpstan-rules": "2.6.3", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.11.0", "composer-runtime-api": "^2.0",