From 30e4ddb950ecdfc5118c6019e7a22f9d256ce535 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 20 Oct 2019 09:42:46 +0200 Subject: [PATCH] Updated to latest infection version --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b7223999..838df503 100644 --- a/composer.json +++ b/composer.json @@ -60,8 +60,8 @@ "devster/ubench": "^2.0", "eaglewu/swoole-ide-helper": "dev-master", "filp/whoops": "^2.4", - "infection/infection": "^0.13.4", - "phpstan/phpstan": "^0.11.2", + "infection/infection": "^0.14.2", + "phpstan/phpstan": "^0.11.16", "phpunit/phpcov": "^6.0", "phpunit/phpunit": "^8.3", "roave/security-advisories": "dev-master", @@ -151,7 +151,6 @@ ] }, "scripts-descriptions": { - "check": "Alias for \"cs\", \"stan\", \"test\" and \"infect\"", "ci": "Alias for \"cs\", \"stan\", \"test:ci\" and \"infect:ci\"", "cs": "Checks coding styles", "cs:fix": "Fixes coding styles, when possible",