From 2915b47e9a48cee2f5a9b682189c20b2d103f358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:54:13 +0000 Subject: [PATCH] Update php-forge/coding-standard requirement from ^0.1 to ^0.3 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 89793b1..e3f9cb4 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.7", - "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",