From af31ca7ad8d3a958be41350fe891003b2df96065 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Wed, 26 Sep 2018 11:05:01 +0200 Subject: [PATCH] Bump Doctrine CS to v5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c536480..bc8f8b2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-mbstring": "*" }, "require-dev": { - "doctrine/coding-standard": "^4.0", + "doctrine/coding-standard": "^5.0", "phpbench/phpbench": "^0.14.0", "phpstan/phpstan": "^0.10.3", "phpstan/phpstan-phpunit": "^0.10.0",