From d754f20d9580b17fd40ab999af66ef1e98c7407f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 07:27:12 +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 908ab57..9ec6254 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "infection/infection": "^0.13", - "lcobucci/coding-standard": "^3.0", + "lcobucci/coding-standard": "^3.1", "phpstan/phpstan": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11", "phpstan/phpstan-phpunit": "^0.11",