diff --git a/composer.json b/composer.json index cecb4d97..2ba483bb 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "^2.0", "squizlabs/php_codesniffer": "^3.8 || ^4.0", "povils/phpmnd": "^3.0", - "infection/infection": "^0.32 || ^0.34" + "infection/infection": "^0.32 || ^0.34 || ^0.35" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 3fc2f213..3cc6b1da 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5f30e35e24f04951b875472e448beb48", + "content-hash": "5a43c60ac2c12645ab5da2426a2d698c", "packages": [ { "name": "guzzlehttp/guzzle", @@ -2197,16 +2197,16 @@ }, { "name": "infection/infection", - "version": "0.34.2", + "version": "0.35.0", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637" + "reference": "f54ac591f8ae3e2341c09cef7c26d69afe83f5ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/18d9bef39fae250f202920d1453ab96e793e6637", - "reference": "18d9bef39fae250f202920d1453ab96e793e6637", + "url": "https://api.github.com/repos/infection/infection/zipball/f54ac591f8ae3e2341c09cef7c26d69afe83f5ee", + "reference": "f54ac591f8ae3e2341c09cef7c26d69afe83f5ee", "shasum": "" }, "require": { @@ -2227,7 +2227,7 @@ "ondram/ci-detector": "^4.1.0", "php": "^8.3", "psr/log": "^2.0 || ^3.0", - "sanmai/di-container": "^0.1.16", + "sanmai/di-container": "^0.1.23 || ^0.2", "sanmai/duoclock": "^0.1.0", "sanmai/later": "^0.1.7", "sanmai/pipeline": "^7.2", @@ -2242,7 +2242,8 @@ }, "conflict": { "antecedent/patchwork": "<2.1.25", - "dg/bypass-finals": "<1.4.1" + "dg/bypass-finals": "<1.4.1", + "marc-mabe/php-enum": "<4.4" }, "require-dev": { "carthage-software/mago": "^1.20", @@ -2320,7 +2321,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.34.2" + "source": "https://github.com/infection/infection/tree/0.35.0" }, "funding": [ { @@ -2332,7 +2333,7 @@ "type": "open_collective" } ], - "time": "2026-08-07T12:59:47+00:00" + "time": "2026-08-17T07:19:49+00:00" }, { "name": "infection/mutator", @@ -6346,16 +6347,16 @@ }, { "name": "sanmai/di-container", - "version": "0.1.23", + "version": "0.2", "source": { "type": "git", "url": "https://github.com/sanmai/di-container.git", - "reference": "8cf59c091f33297389d0a5a27ea0d688df15c376" + "reference": "c14ca816bb5527e2361e3dc554a20829674c7ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sanmai/di-container/zipball/8cf59c091f33297389d0a5a27ea0d688df15c376", - "reference": "8cf59c091f33297389d0a5a27ea0d688df15c376", + "url": "https://api.github.com/repos/sanmai/di-container/zipball/c14ca816bb5527e2361e3dc554a20829674c7ee1", + "reference": "c14ca816bb5527e2361e3dc554a20829674c7ee1", "shasum": "" }, "require": { @@ -6413,7 +6414,7 @@ ], "support": { "issues": "https://github.com/sanmai/di-container/issues", - "source": "https://github.com/sanmai/di-container/tree/0.1.23" + "source": "https://github.com/sanmai/di-container/tree/0.2" }, "funding": [ { @@ -6421,7 +6422,7 @@ "type": "github" } ], - "time": "2026-08-11T00:58:41+00:00" + "time": "2026-08-11T06:42:18+00:00" }, { "name": "sanmai/duoclock",