From 3fc4d177b4aba5bb3964eb85c0ca4fe49002b69f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 09:56:16 +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 d36eaa2f..3364a3d5 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",