From b0162efbe264dab1d5fdaccfc269027fc5698a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:03:56 +0000 Subject: [PATCH] composer (master)(deps-dev): bump the development-dependencies group with 8 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), [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [rector/rector](https://github.com/rectorphp/rector) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version. Updates `infection/infection` to 0.34.0 - [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.33.2...0.34.0) Updates `mimmi20/coding-standard` to 8.0.12 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/8.0.5...8.0.12) Updates `nikic/php-parser` to 5.8.0 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v5.7.0...v5.8.0) Updates `phpstan/phpstan` to 2.2.5 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-phpunit` to 2.0.18 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.16...2.0.18) Updates `phpunit/phpunit` to 13.2.4 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.2.4/ChangeLog-13.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/13.1.10...13.2.4) Updates `rector/rector` to 2.5.7 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.4.5...2.5.7) Updates `tomasvotruba/unused-public` to 2.2.1 - [Commits](https://github.com/TomasVotruba/unused-public/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mimmi20/coding-standard dependency-version: 8.0.12 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: nikic/php-parser dependency-version: 5.8.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.5 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.18 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpunit/phpunit dependency-version: 13.2.4 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.5.7 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: tomasvotruba/unused-public dependency-version: 2.2.1 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bbe1d5b..0911033 100644 --- a/composer.json +++ b/composer.json @@ -31,23 +31,23 @@ "ext-xml": "*", "ext-xmlwriter": "*", "ergebnis/composer-normalize": "^2.52.0", - "infection/infection": "^0.33.2", + "infection/infection": "^0.34.0", "jbelien/phpstan-sarif-formatter": "^1.2.0", - "mimmi20/coding-standard": "^8.0.5", - "nikic/php-parser": "^5.7.0", + "mimmi20/coding-standard": "^8.0.12", + "nikic/php-parser": "^5.8.0", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.2.2", + "phpstan/phpstan": "^2.2.5", "phpstan/phpstan-deprecation-rules": "^2.0.4", - "phpstan/phpstan-phpunit": "^2.0.16", - "phpunit/phpunit": "^13.1.10", - "rector/rector": "^2.4.5", + "phpstan/phpstan-phpunit": "^2.0.18", + "phpunit/phpunit": "^13.2.4", + "rector/rector": "^2.5.7", "rector/type-perfect": "^2.1.4", "shipmonk/composer-dependency-analyser": "^1.8.4", "symfony/process": "^8.1.0", "symplify/phpstan-rules": "^14.12.0", "tomasvotruba/cognitive-complexity": "^1.2.0", "tomasvotruba/type-coverage": "^2.2.2", - "tomasvotruba/unused-public": "^2.2.0" + "tomasvotruba/unused-public": "^2.2.1" }, "minimum-stability": "stable", "prefer-stable": true,