From 29de64955854eb81f960052f48a1f80fbce80fd9 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 20 Jul 2020 16:11:23 +0200 Subject: [PATCH] Update composer.json. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 12e4673eb..a5b22a9d0 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "php": ">= 7.1.3" }, "require-dev": { - "drupol/php-conventions": "^1.8.1", + "drupol/php-conventions": "^1.8.4", "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", - "infection/infection": ">= 0.13.6", + "infection/infection": "^0.15.3", "phpbench/phpbench": "^0.16.10 || ^0.17.1", - "phpspec/phpspec": "^5.1.2 || ^6.2", + "phpspec/phpspec": "^6.2.1", "phpstan/phpstan": "^0.12.32", "phpstan/phpstan-strict-rules": "^0.12", "vimeo/psalm": "^3.12.2"