From 426ae9e364f268d9e191a0916bc6649312e54562 Mon Sep 17 00:00:00 2001 From: Koldo Picaza <1093654+kpicaza@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:47:06 +0200 Subject: [PATCH] update dev dependencies --- .gitignore | 1 + composer.json | 7 +++---- infection.json.dist | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ac2ef7b..543f855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .phpunit.result.cache +.php-version /composer.lock /infection.log diff --git a/composer.json b/composer.json index 477b039..a1c9574 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,12 @@ "php": "^7.4|^8.0|^8.1" }, "require-dev": { - "icanhazstring/composer-unused": "^0.7.5", - "infection/infection": "^0.25", + "icanhazstring/composer-unused": "^0.8", "phpcompatibility/php-compatibility": "^9.3", "phpro/grumphp": "^1.0", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^8.0 || ^9.0", - "roave/infection-static-analysis-plugin": "^1.8", + "roave/infection-static-analysis-plugin": "^1.18", "squizlabs/php_codesniffer": "^3.4", "symfony/var-dumper": "^4.2 || ^5.0", "vimeo/psalm": "^4.4" @@ -42,7 +41,7 @@ }, "scripts": { "check-all": [ - "composer unused", + "composer-unused", "@cs-check", "@test", "@inspect", diff --git a/infection.json.dist b/infection.json.dist index 2a7688a..7c9959b 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -8,8 +8,8 @@ "@default": true }, "logs": { - "badge": { - "branch": "1.0.x" + "stryker": { + "badge": "1.0.x" }, "text": "infection.log" }