Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

Commit 41b1137

Browse files
composer (master)(deps-dev): bump the development-dependencies group with 4 updates
Updates the requirements on [infection/infection](https://github.com/infection/infection), [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [rector/rector](https://github.com/rectorphp/rector) and [tomasvotruba/cognitive-complexity](https://github.com/TomasVotruba/cognitive-complexity) 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 `phpstan/phpstan` to 2.2.3 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `rector/rector` to 2.5.2 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.4.5...2.5.2) Updates `tomasvotruba/cognitive-complexity` to 1.2.0 - [Commits](TomasVotruba/cognitive-complexity@1.1.1...1.2.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.3 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.5.2 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: tomasvotruba/cognitive-complexity dependency-version: 1.2.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0560a07 commit 41b1137

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
"ext-xml": "*",
3333
"ext-xmlwriter": "*",
3434
"ergebnis/composer-normalize": "^2.52.0",
35-
"infection/infection": "^0.33.2",
35+
"infection/infection": "^0.34.0",
3636
"jbelien/phpstan-sarif-formatter": "^1.2.0",
3737
"laminas/laminas-modulemanager": "^2.19.0",
3838
"laminas/laminas-servicemanager": "^3.22.1",
3939
"mikey179/vfsstream": "^1.6.12",
4040
"mimmi20/coding-standard": "^6.2.5",
4141
"nikic/php-parser": "^5.7.0",
4242
"phpstan/extension-installer": "^1.4.3",
43-
"phpstan/phpstan": "^2.2.1",
43+
"phpstan/phpstan": "^2.2.3",
4444
"phpstan/phpstan-deprecation-rules": "^2.0.4",
4545
"phpunit/phpunit": "^12.5.8",
46-
"rector/rector": "^2.4.5",
46+
"rector/rector": "^2.5.2",
4747
"rector/type-perfect": "^2.1.4",
4848
"shipmonk/composer-dependency-analyser": "^1.8.4",
4949
"symfony/process": "^7.3.4",
5050
"symplify/phpstan-rules": "^14.10.0",
51-
"tomasvotruba/cognitive-complexity": "^1.1.1",
51+
"tomasvotruba/cognitive-complexity": "^1.2.0",
5252
"tomasvotruba/type-coverage": "^2.2.1",
5353
"tomasvotruba/unused-public": "^2.2.0"
5454
},

0 commit comments

Comments
 (0)