From da863b8f5f9f585498e089bf476b84af0e020443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:17:05 +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 eecc073..342754d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,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", "php-forge/support": "^0.3", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1",