From f87232dfdfb4889f0cf72698efea3f47400441ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:58:57 +0000 Subject: [PATCH] Update dependency lcobucci/coding-standard to v12 | datasource | package | from | to | | ---------- | ------------------------ | ----- | ------ | | packagist | lcobucci/coding-standard | 9.0.0 | 12.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3b8a60d..02750dd9 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "infection/infection": "^0.26.19", "laminas/laminas-diactoros": "^2.24.2", - "lcobucci/coding-standard": "^9.0", + "lcobucci/coding-standard": "^12.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.10.7", "phpstan/phpstan-deprecation-rules": "^1.1.3",