From 31e77722157fb10fe06217953c5f2892d2688ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:02:41 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 3 updates Updates the requirements on [infection/infection](https://github.com/infection/infection), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `infection/infection` to 0.27.3 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.27.2...0.27.3) Updates `mimmi20/coding-standard` to 5.1.18 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.16...5.1.18) Updates `rector/rector` to 0.18.4 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.3...0.18.4) --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development dependency-group: minor-patch-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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6e497aa..b44cf0b 100644 --- a/composer.json +++ b/composer.json @@ -29,17 +29,17 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.2", + "infection/infection": "^0.27.3", "laminas/laminas-modulemanager": "^2.14.0", "laminas/laminas-servicemanager": "^3.21.0", - "mimmi20/coding-standard": "^5.1.16", + "mimmi20/coding-standard": "^5.1.18", "nikic/php-parser": "^v4.17.1", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.35", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.14", "phpunit/phpunit": "^10.3.5", - "rector/rector": "^0.18.3", + "rector/rector": "^0.18.4", "vimeo/psalm": "^5.15.0" }, "autoload": {