diff --git a/tools/05_infection/composer.json b/tools/05_infection/composer.json index ad82531dd..2ca66d0fe 100644 --- a/tools/05_infection/composer.json +++ b/tools/05_infection/composer.json @@ -6,7 +6,7 @@ "php": "^8.4.0" }, "require-dev": { - "infection/infection": "0.29.14", + "infection/infection": "0.30.1", "roave/security-advisories": "dev-latest" }, "config": { diff --git a/tools/05_infection/composer.lock b/tools/05_infection/composer.lock index 5dacc055c..24b16ae1a 100644 --- a/tools/05_infection/composer.lock +++ b/tools/05_infection/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": "801b8b5150306d766d453ff2e97023c5", + "content-hash": "0c1900e1b4a5f984cac2ce60f0a5ad92", "packages": [], "packages-dev": [ { @@ -480,16 +480,16 @@ }, { "name": "infection/infection", - "version": "0.29.14", + "version": "0.30.1", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "feea2a48a8aeedd3a4d2105167b41a46f0e568a3" + "reference": "70cd94675f6372cf13962d9d52de86b02a909c09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/feea2a48a8aeedd3a4d2105167b41a46f0e568a3", - "reference": "feea2a48a8aeedd3a4d2105167b41a46f0e568a3", + "url": "https://api.github.com/repos/infection/infection/zipball/70cd94675f6372cf13962d9d52de86b02a909c09", + "reference": "70cd94675f6372cf13962d9d52de86b02a909c09", "shasum": "" }, "require": { @@ -509,8 +509,8 @@ "nikic/php-parser": "^5.3", "ondram/ci-detector": "^4.1.0", "php": "^8.2", - "sanmai/later": "^0.1.1", - "sanmai/pipeline": "^5.1 || ^6", + "sanmai/later": "^0.1.7", + "sanmai/pipeline": "^6.16", "sebastian/diff": "^3.0.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "symfony/console": "^6.4 || ^7.0", "symfony/filesystem": "^6.4 || ^7.0", @@ -534,6 +534,8 @@ "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^11.5", "rector/rector": "^2.0", + "shipmonk/dead-code-detector": "^0.12.0", + "shipmonk/name-collision-detector": "^2.1", "sidz/phpstan-rules": "^0.5.1", "symfony/yaml": "^6.4 || ^7.0", "thecodingmachine/phpstan-safe-rule": "^1.4" @@ -592,7 +594,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.29.14" + "source": "https://github.com/infection/infection/tree/0.30.1" }, "funding": [ { @@ -604,7 +606,7 @@ "type": "open_collective" } ], - "time": "2025-03-02T18:49:12+00:00" + "time": "2025-07-03T22:10:25+00:00" }, { "name": "infection/mutator", @@ -3246,9 +3248,9 @@ "platform": { "php": "^8.4.0" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.4.10" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }