diff --git a/composer.json b/composer.json index a16bc025f..a9ca73fa4 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,11 @@ ], "require-dev": { "doctrine/coding-standard": "^11.1.0", - "phpstan/phpstan": "^1.9.16", - "phpstan/phpstan-phpunit": "^1.3.3", - "phpunit/phpunit": "10.0.5", + "phpstan/phpstan": "^1.9.17", + "phpstan/phpstan-phpunit": "^1.3.4", + "phpunit/phpunit": "^10.0.7", "vimeo/psalm": "5.6.0", - "roave/infection-static-analysis-plugin": "^1.28.0" + "roave/infection-static-analysis-plugin": "^1.29.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5f7f2d08c..f3022f093 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": "91fef8396b09c9d0405772d620f586ca", + "content-hash": "384fdf48a14c7f9d4f5be0de7517904e", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -2096,16 +2096,16 @@ }, { "name": "phpunit/php-file-iterator", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "7d66d4e816d34e90acec9db9d8d94b5cfbfe926f" + "reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/7d66d4e816d34e90acec9db9d8d94b5cfbfe926f", - "reference": "7d66d4e816d34e90acec9db9d8d94b5cfbfe926f", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/fd9329ab3368f59fe1fe808a189c51086bd4b6bd", + "reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd", "shasum": "" }, "require": { @@ -2144,7 +2144,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.0" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.1" }, "funding": [ { @@ -2152,7 +2152,7 @@ "type": "github" } ], - "time": "2023-02-03T06:55:11+00:00" + "time": "2023-02-10T16:53:14+00:00" }, { "name": "phpunit/php-invoker", @@ -2337,16 +2337,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.5", + "version": "10.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24" + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f4a775285c6401693cee39876f3ba764d42cb24", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6f61c5629dd95db79af72f1e94d56702187479a", + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a", "shasum": "" }, "require": { @@ -2417,7 +2417,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.7" }, "funding": [ { @@ -2433,7 +2433,7 @@ "type": "tidelift" } ], - "time": "2023-02-07T06:06:01+00:00" + "time": "2023-02-08T15:16:31+00:00" }, { "name": "psr/container", diff --git a/infection.json.dist b/infection.json.dist index e72003964..38dfee04d 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -4,6 +4,7 @@ "src" ] }, + "timeout": 60, "logs": { "text": "php:\/\/stderr", "stryker": {