From 92c9b30f7ed92b42501299c9d97d77115cf37164 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 11:06:25 +0000 Subject: [PATCH] Update lcobucci/coding-standard requirement from ^3.0 to ^3.1 Updates the requirements on [lcobucci/coding-standard](https://github.com/lcobucci/coding-standard) to permit the latest version. - [Release notes](https://github.com/lcobucci/coding-standard/releases) - [Commits](https://github.com/lcobucci/coding-standard/compare/3.0.0...3.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6f69f57..274d4b3e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require-dev": { "infection/infection": "^0.13", "jms/serializer": "^3.3", - "lcobucci/coding-standard": "^3.0", + "lcobucci/coding-standard": "^3.1", "league/plates": "^3.3", "middlewares/negotiation": "^1.1", "phpstan/phpstan": "^0.11",