From 0c7281e9efa6d51d777a6c9fee05828ce22b9863 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:41:14 +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 7e63fc9..9aefbdc 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "infection/infection": "^0.26.19", - "lcobucci/coding-standard": "^9.0", + "lcobucci/coding-standard": "^12.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.8", "phpstan/phpstan-deprecation-rules": "^1.0",