From 36743319ad4beaa60bb1cb4faf9e46933d6f5c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 06:28:43 +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 [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `infection/infection` to 0.27.8 - [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.7...0.27.8) Updates `mimmi20/coding-standard` to 5.1.24 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.23...5.1.24) Updates `phpstan/phpstan` to 1.10.41 - [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.40...1.10.41) --- 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 ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b013d68..e4f5b5e 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,13 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.7", + "infection/infection": "^0.27.8", "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.1.23", + "mimmi20/coding-standard": "^5.1.24", "nikic/php-parser": "^v4.17.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.40", + "phpstan/phpstan": "^1.10.41", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpunit/phpunit": "^10.4.2",