Skip to content

Commit ee3989f

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), [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [rector/rector](https://github.com/rectorphp/rector), [rector/type-perfect](https://github.com/rectorphp/type-perfect) and [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) to permit the latest version. Updates `infection/infection` to 0.34.2 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](infection/infection@0.34.0...0.34.2) Updates `mimmi20/coding-standard` to 8.0.20 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](mimmi20/coding-standard@8.0.12...8.0.20) Updates `phpstan/phpstan` to 2.2.8 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-deprecation-rules` to 2.0.5 - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](phpstan/phpstan-deprecation-rules@2.0.4...2.0.5) Updates `phpunit/phpunit` to 13.3.1 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.3.1/ChangeLog-13.3.md) - [Commits](sebastianbergmann/phpunit@13.2.4...13.3.1) Updates `rector/rector` to 2.6.2 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.5.7...2.6.2) Updates `rector/type-perfect` to 2.2.0 - [Release notes](https://github.com/rectorphp/type-perfect/releases) - [Commits](rectorphp/type-perfect@2.1.4...2.2.0) Updates `tomasvotruba/type-coverage` to 2.3.0 - [Release notes](https://github.com/TomasVotruba/type-coverage/releases) - [Commits](TomasVotruba/type-coverage@2.2.2...2.3.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.34.2 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mimmi20/coding-standard dependency-version: 8.0.20 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.2.8 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan-deprecation-rules dependency-version: 2.0.5 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpunit/phpunit dependency-version: 13.3.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.6.2 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/type-perfect dependency-version: 2.2.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: tomasvotruba/type-coverage dependency-version: 2.3.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ceb2fa0 commit ee3989f

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,22 +31,22 @@
3131
"ext-xml": "*",
3232
"ext-xmlwriter": "*",
3333
"ergebnis/composer-normalize": "^2.52.0",
34-
"infection/infection": "^0.34.0",
34+
"infection/infection": "^0.34.2",
3535
"jbelien/phpstan-sarif-formatter": "^1.2.0",
36-
"mimmi20/coding-standard": "^8.0.12",
36+
"mimmi20/coding-standard": "^8.0.20",
3737
"nikic/php-parser": "^5.8.0",
3838
"phpstan/extension-installer": "^1.4.3",
39-
"phpstan/phpstan": "^2.2.5",
40-
"phpstan/phpstan-deprecation-rules": "^2.0.4",
39+
"phpstan/phpstan": "^2.2.8",
40+
"phpstan/phpstan-deprecation-rules": "^2.0.5",
4141
"phpstan/phpstan-phpunit": "^2.0.18",
42-
"phpunit/phpunit": "^13.2.4",
43-
"rector/rector": "^2.5.7",
44-
"rector/type-perfect": "^2.1.4",
42+
"phpunit/phpunit": "^13.3.1",
43+
"rector/rector": "^2.6.2",
44+
"rector/type-perfect": "^2.2.0",
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",
49-
"tomasvotruba/type-coverage": "^2.2.2",
49+
"tomasvotruba/type-coverage": "^2.3.0",
5050
"tomasvotruba/unused-public": "^2.2.1"
5151
},
5252
"minimum-stability": "stable",

0 commit comments

Comments
 (0)