From eec24754cfadc1df1e4c92123c0a42f824429bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:51:10 +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.46 - [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.40...1.10.46) Updates `shipmonk/phpstan-rules` to 2.10.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.9.2...2.10.0) --- 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 17ca4b5..2bc5dff 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ }, "require-dev": { "nette/tester": "2.5.1", - "phpstan/phpstan": "1.10.40", + "phpstan/phpstan": "1.10.46", "phpstan/phpstan-strict-rules": "1.5.2", "phpstan/phpstan-nette": "1.2.9", "nepada/phpstan-nette-tester": "1.1.0", "spaze/phpstan-disallowed-calls": "2.16.1", - "shipmonk/phpstan-rules": "2.9.2", + "shipmonk/phpstan-rules": "2.10.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.13.0", "nette/di": "^3.0.6@dev",