From 664ecab2dce431e18f4328432cedfc9c7d413825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 03:42:17 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 4 updates Updates the requirements on [infection/infection](https://github.com/infection/infection), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [nikic/php-parser](https://github.com/nikic/PHP-Parser) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `infection/infection` to 0.27.11 - [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.10...0.27.11) Updates `mimmi20/coding-standard` to 5.2.19 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.17...5.2.19) Updates `nikic/php-parser` to 4.19.1 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/v4.19.1/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v4.18.0...v4.19.1) Updates `phpstan/phpstan` to 1.10.63 - [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.62...1.10.63) --- 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: nikic/php-parser 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9fdf093..57ff344 100644 --- a/composer.json +++ b/composer.json @@ -30,14 +30,14 @@ "ext-tokenizer": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "infection/infection": "^0.27.10", + "infection/infection": "^0.27.11", "laminas/laminas-http": "^2.19.0", "laminas/laminas-modulemanager": "^2.15.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.2.17", - "nikic/php-parser": "^v4.18.0", + "mimmi20/coding-standard": "^5.2.19", + "nikic/php-parser": "^v4.19.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.62", + "phpstan/phpstan": "^1.10.63", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", "phpunit/phpunit": "^10.5.13",