From 6ec88f632f2f22ded4c349855d30d6cd76c42d01 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Wed, 27 Jun 2018 03:08:07 +0900 Subject: [PATCH] Loosen versions requirements --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0cf1b27..75fd709 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,10 @@ "codacy/coverage": "^1.4", "league/pipeline": "^1.0|^0.3", "phan/phan": "^0.12", - "infection/infection": "^0.9", - "phpstan/phpstan": "^0.10", + "infection/infection": "~0.8", + "phpstan/phpstan": "~0.9", "mockery/mockery": "^1.0", - "vimeo/psalm": "^2.0" + "vimeo/psalm": ">=1.1" }, "license": "Apache-2.0", "minimum-stability": "dev",