From 8db138131a87f725bea7838867241559b633e548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:02:45 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 4 updates Updates the requirements on [rector/rector](https://github.com/rectorphp/rector), [rector/type-perfect](https://github.com/rectorphp/type-perfect), [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version. 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) Updates `rector/type-perfect` to 1.0.0 - [Commits](https://github.com/rectorphp/type-perfect/compare/0.2.0...1.0.0) Updates `tomasvotruba/type-coverage` to 1.0.0 - [Commits](https://github.com/TomasVotruba/type-coverage/compare/0.3.1...1.0.0) Updates `tomasvotruba/unused-public` to 1.0.0 - [Commits](https://github.com/TomasVotruba/unused-public/compare/0.4.0...1.0.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development dependency-group: version-updates - dependency-name: rector/type-perfect dependency-type: direct:development dependency-group: version-updates - dependency-name: tomasvotruba/type-coverage dependency-type: direct:development dependency-group: version-updates - dependency-name: tomasvotruba/unused-public dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 78ec3ef..7ee7d89 100644 --- a/composer.json +++ b/composer.json @@ -40,12 +40,12 @@ "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", - "rector/rector": "^1.2.5", - "rector/type-perfect": "^0.2.0", + "rector/rector": "^1.2.6", + "rector/type-perfect": "^1.0.0", "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", - "tomasvotruba/type-coverage": "^0.3.1", - "tomasvotruba/unused-public": "^0.4.0" + "tomasvotruba/type-coverage": "^1.0.0", + "tomasvotruba/unused-public": "^1.0.0" }, "autoload": { "psr-4": {