From 4603aa42971ddae5444b5c984a7ea0e4b18a350d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:49:21 +0000 Subject: [PATCH] Update dependency lcobucci/coding-standard to v10 | datasource | package | from | to | | ---------- | ------------------------ | ----- | ------ | | packagist | lcobucci/coding-standard | 9.0.0 | 10.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b34d418f..a545597f7 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "infection/infection": "^0.26.19", "lcobucci/clock": "^3.0", - "lcobucci/coding-standard": "^9.0", + "lcobucci/coding-standard": "^10.0.0", "phpbench/phpbench": "^1.2.9", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.10.7",