From 2229ad085c8d2bbe39eaafe54ecb18f6751db019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:10:45 +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.36 - [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.32...1.10.36) Updates `shipmonk/phpstan-rules` to 2.9.1 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.7.0...2.9.1) --- 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 c1f1ae4..5bf3447 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ "require-dev": { "nette/tester": "2.5.1", "mockery/mockery": "1.6.6", - "phpstan/phpstan": "1.10.32", + "phpstan/phpstan": "1.10.36", "phpstan/phpstan-strict-rules": "1.5.1", "nepada/phpstan-nette-tester": "1.1.0", "spaze/phpstan-disallowed-calls": "2.16.0", - "shipmonk/phpstan-rules": "2.7.0", + "shipmonk/phpstan-rules": "2.9.1", "phpstan/phpstan-mockery": "1.1.1", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.13.0",