From c2febff5e0ea1e3c04cf0e371d4b5e26429046ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:23:35 +0000 Subject: [PATCH] build(deps-dev): update php-forge/coding-standard requirement Updates the requirements on [php-forge/coding-standard](https://github.com/php-forge/coding-standard) to permit the latest version. - [Release notes](https://github.com/php-forge/coding-standard/releases) - [Changelog](https://github.com/php-forge/coding-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/php-forge/coding-standard/compare/0.1.0...0.3.2) --- updated-dependencies: - dependency-name: php-forge/coding-standard dependency-version: 0.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78d5ba7..bf4f83e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "infection/infection": "^0.27|^0.32", "maglnet/composer-require-checker": "^4.1", - "php-forge/coding-standard": "^0.1", + "php-forge/coding-standard": "^0.3", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-strict-rules": "^2.0.3",