From 69b7b9629316dd928c811906b3225007d075636e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:16:57 +0000 Subject: [PATCH] Update dependency lcobucci/coding-standard to v12 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | packagist | lcobucci/coding-standard | 11.0.0 | 12.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bd71d2aa..9b99a80d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "infection/infection": "^0.26.19", - "lcobucci/coding-standard": "^11.0", + "lcobucci/coding-standard": "^12.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8", "phpstan/phpstan-deprecation-rules": "^1.0",