From e34a07c2e27d96f2c6ebf7dd51f11ccbd67c837f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:40:46 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `phpstan/phpstan` to 1.12.6 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.5...1.12.6) Updates `rector/rector` to 1.2.6 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: version-updates - dependency-name: rector/rector dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7d56343..59e7888 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ "mimmi20/coding-standard": "^5.2.44", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.5", + "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.27", - "rector/rector": "^1.2.5", + "rector/rector": "^1.2.6", "rector/type-perfect": "^1.0.0", "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3",