From f42283a793f23ad483be51db3aa693cf4dce6b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:21:30 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 5 updates Updates the requirements on [infection/infection](https://github.com/infection/infection), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `infection/infection` to 0.27.4 - [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.3...0.27.4) Updates `mimmi20/coding-standard` to 5.1.20 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.19...5.1.20) Updates `phpstan/phpstan` to 1.10.38 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.37...1.10.38) Updates `phpunit/phpunit` to 10.4.1 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.1) Updates `rector/rector` to 0.18.5 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.18.4...0.18.5) --- 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: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpunit/phpunit 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8ce0e1c..79200e3 100644 --- a/composer.json +++ b/composer.json @@ -30,15 +30,15 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.3", - "mimmi20/coding-standard": "^5.1.19", + "infection/infection": "^0.27.4", + "mimmi20/coding-standard": "^5.1.20", "nikic/php-parser": "^v4.17.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.37", + "phpstan/phpstan": "^1.10.38", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.14", - "phpunit/phpunit": "^10.3.5", - "rector/rector": "^0.18.4", + "phpunit/phpunit": "^10.4.1", + "rector/rector": "^0.18.5", "vimeo/psalm": "^5.15.0" }, "minimum-stability": "stable",