Skip to content

Commit b9a029a

Browse files
feat(deps-dev): update infection/infection requirement (#251)
Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. Updates `infection/infection` to 0.35.0 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](infection/infection@0.34.2...0.35.0) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.35.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fda9b96 commit b9a029a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"carthage-software/mago": "^1.46",
22-
"infection/infection": "^0.34.2",
22+
"infection/infection": "^0.35.0",
2323
"magento/magento-coding-standard": "^40",
2424
"phpunit/phpunit": "^11.5"
2525
},

0 commit comments

Comments
 (0)