From 42b16db53ccceafdcab41f5e633ae06791b5cbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 02:10:27 +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",