From 25f82432d5306943f901b06aeff70a69635576c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:28:02 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [infection/infection](https://github.com/infection/infection) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `infection/infection` to 0.27.10 - [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.9...0.27.10) Updates `phpstan/phpstan` to 1.10.59 - [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.58...1.10.59) --- updated-dependencies: - dependency-name: infection/infection 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cb629d1..8b4f36f 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.9", + "infection/infection": "^0.27.10", "mimmi20/coding-standard": "^5.2.15", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.58", + "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpunit/phpunit": "^10.5.10",