From ee593b44fc775942d52724d3c940fcd4d4c2fa49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:49:31 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group across 1 directory with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) to permit the latest version. Updates `phpstan/phpstan` to 1.11.1 - [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.67...1.11.1) Updates `phpstan/phpstan-deprecation-rules` to 1.2.0 - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/1.1.4...1.2.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan-deprecation-rules dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b97aeb0..29418e2 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,8 @@ }, "require-dev": { "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.67", - "phpstan/phpstan-deprecation-rules": "^1.1.4", + "phpstan/phpstan": "^1.11.1", + "phpstan/phpstan-deprecation-rules": "^1.2.0", "symplify/phpstan-rules": "^12.4.9", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.2.8",