From 29dd9e5bec93a27dd36a51e27e0d4245f4bbcd61 Mon Sep 17 00:00:00 2001 From: zingimmick Date: Tue, 22 Sep 2020 23:45:31 +0800 Subject: [PATCH] Fix phpstan/phpstan ^0.12.43 requires nikic/php-parser 4.10.0 --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d09ee26..3b2c889 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,15 @@ "php": "^7.2", "rector/rector": "^0.8.0", "slevomat/coding-standard": "^6.4", - "symplify/easy-coding-standard": "^8.2" + "symplify/easy-coding-standard": "^8.3" }, "require-dev": { "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "roave/security-advisories": "dev-master" }, + "conflict": { + "phpstan/phpstan": "^0.12.43" + }, "autoload-dev": { "psr-4": { "Zing\\CodingStandard\\Tests\\": "tests",