From 5e34c6f844f7b42c6ff1703b52c0256abcf7e42a Mon Sep 17 00:00:00 2001 From: Philippe SEGATORI Date: Sun, 20 Jan 2019 17:18:44 +0100 Subject: [PATCH] Dont lock PHPStan dependency to v0.11, allow ^0.11 It's probably a typo but since PHPStan has upgraded to 0.11.1 I get this error while require the package: --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4cd60b7..0352597 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.1", - "phpstan/phpstan": "^0.10 | v0.11", + "phpstan/phpstan": "^0.10 | ^0.11", "thecodingmachine/safe": "^0.1.11" }, "require-dev": {