From 67b42e66c25c67c37c7421325157a46c2527b558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:42:43 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/type-perfect](https://github.com/rectorphp/type-perfect) to permit the latest version. Updates `phpstan/phpstan` to 1.11.7 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.6...1.11.7) Updates `rector/type-perfect` to 0.1.8 - [Commits](https://github.com/rectorphp/type-perfect/compare/0.1.6...0.1.8) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: rector/type-perfect 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 b7df632..876c0a4 100644 --- a/composer.json +++ b/composer.json @@ -36,12 +36,12 @@ "mimmi20/coding-standard": "^5.2.36", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.1", - "phpstan/phpstan": "^1.11.6", + "phpstan/phpstan": "^1.11.7", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", "rector/rector": "^1.2.0", - "rector/type-perfect": "^0.1.6", + "rector/type-perfect": "^0.1.8", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1",