From ba31ce36a6ea51c78e0757e57bc3ffd69f7ccb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 11 Dec 2019 16:43:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20la=20version=20minimale=20de=20friendsof?= =?UTF-8?q?php/php-cs-fixer=20=C3=A0=202.16.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ea147f..8c1818f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.1", "ext-json": "*", "beberlei/assert": "^3.2", - "friendsofphp/php-cs-fixer": "^2.13", + "friendsofphp/php-cs-fixer": "^2.16", "symfony/cache": "^4.3", "symfony/cache-contracts": "^1.1" }, -- GitLab