Skip to content

Commit b0162ef

Browse files
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](infection/infection@0.33.2...0.34.0) Updates `mimmi20/coding-standard` to 8.0.12 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](mimmi20/coding-standard@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](nikic/PHP-Parser@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](phpstan/phpstan-phpunit@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](sebastianbergmann/phpunit@13.1.10...13.2.4) Updates `rector/rector` to 2.5.7 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.4.5...2.5.7) Updates `tomasvotruba/unused-public` to 2.2.1 - [Commits](TomasVotruba/unused-public@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] <support@github.com>
1 parent 2331937 commit b0162ef

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"ext-xml": "*",
3232
"ext-xmlwriter": "*",
3333
"ergebnis/composer-normalize": "^2.52.0",
34-
"infection/infection": "^0.33.2",
34+
"infection/infection": "^0.34.0",
3535
"jbelien/phpstan-sarif-formatter": "^1.2.0",
36-
"mimmi20/coding-standard": "^8.0.5",
37-
"nikic/php-parser": "^5.7.0",
36+
"mimmi20/coding-standard": "^8.0.12",
37+
"nikic/php-parser": "^5.8.0",
3838
"phpstan/extension-installer": "^1.4.3",
39-
"phpstan/phpstan": "^2.2.2",
39+
"phpstan/phpstan": "^2.2.5",
4040
"phpstan/phpstan-deprecation-rules": "^2.0.4",
41-
"phpstan/phpstan-phpunit": "^2.0.16",
42-
"phpunit/phpunit": "^13.1.10",
43-
"rector/rector": "^2.4.5",
41+
"phpstan/phpstan-phpunit": "^2.0.18",
42+
"phpunit/phpunit": "^13.2.4",
43+
"rector/rector": "^2.5.7",
4444
"rector/type-perfect": "^2.1.4",
4545
"shipmonk/composer-dependency-analyser": "^1.8.4",
4646
"symfony/process": "^8.1.0",
4747
"symplify/phpstan-rules": "^14.12.0",
4848
"tomasvotruba/cognitive-complexity": "^1.2.0",
4949
"tomasvotruba/type-coverage": "^2.2.2",
50-
"tomasvotruba/unused-public": "^2.2.0"
50+
"tomasvotruba/unused-public": "^2.2.1"
5151
},
5252
"minimum-stability": "stable",
5353
"prefer-stable": true,

0 commit comments

Comments
 (0)