diff --git a/composer.json b/composer.json index a414d8f..4d79af2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ergebnis/license": "^2.2.0", "ergebnis/php-cs-fixer-config": "~6.8.1", "ergebnis/phpunit-slow-test-detector": "^2.3.2", - "infection/infection": "~0.27.4", + "infection/infection": "~0.27.6", "phpunit/phpunit": "^10.4.1", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.5", diff --git a/composer.lock b/composer.lock index 1386592..eaed885 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": "a8a52eb224c8b2c65a06224a76108ce7", + "content-hash": "e6a49ab1fd552e08ddf9996a9e76ad0f", "packages": [ { "name": "psr/clock", @@ -1791,16 +1791,16 @@ }, { "name": "infection/infection", - "version": "0.27.4", + "version": "0.27.6", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "2789fdd689689b0c85f2c0ae9db50c8d2b39fb92" + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/2789fdd689689b0c85f2c0ae9db50c8d2b39fb92", - "reference": "2789fdd689689b0c85f2c0ae9db50c8d2b39fb92", + "url": "https://api.github.com/repos/infection/infection/zipball/3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", + "reference": "3a39f6cbfadcd6f32db6221e3c5e4ae9aa99671c", "shasum": "" }, "require": { @@ -1848,7 +1848,7 @@ "phpstan/phpstan-webmozart-assert": "^1.0.2", "phpunit/phpunit": "^9.5.5", "rector/rector": "^0.16.0", - "sidz/phpstan-rules": "^0.3.0", + "sidz/phpstan-rules": "^0.4.0", "symfony/phpunit-bridge": "^5.4 || ^6.0", "symfony/yaml": "^5.4 || ^6.0", "thecodingmachine/phpstan-safe-rule": "^1.2.0" @@ -1907,7 +1907,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.27.4" + "source": "https://github.com/infection/infection/tree/0.27.6" }, "funding": [ { @@ -1919,7 +1919,7 @@ "type": "open_collective" } ], - "time": "2023-10-09T12:03:22+00:00" + "time": "2023-10-16T11:04:15+00:00" }, { "name": "justinrainbow/json-schema",