From 172f6ec97b5d96d4a1b0ae2f534c6ff5c55aa61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Wed, 19 Jun 2019 10:09:14 +0200 Subject: [PATCH] Upgrade coding standards --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc7eab1..0ffbd23 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "infection/infection": "^0.13", - "lcobucci/coding-standard": "^2.0", + "lcobucci/coding-standard": "^3.0", "phpstan/phpstan": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11", "phpstan/phpstan-phpunit": "^0.11",