From f0dd1cb7448ab89f84c3e9e01c7973e220349c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:54:01 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.17 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.15...5.2.17) Updates `rector/rector` to 1.0.2 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: rector/rector 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 74a80be..4cf6fcc 100644 --- a/composer.json +++ b/composer.json @@ -37,14 +37,14 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.10", - "mimmi20/coding-standard": "^5.2.15", + "mimmi20/coding-standard": "^5.2.17", "nikic/php-parser": "^4.18.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", "phpunit/phpunit": "^10.5.11", - "rector/rector": "^1.0.1" + "rector/rector": "^1.0.2" }, "minimum-stability": "stable", "prefer-stable": true,