From 31415a29cbd901d504d56de56a84e0a26a214a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:01:32 +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 a45b085..1e0deab 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,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-strict-rules": "^2.0.3", "phpunit/phpunit": "^10.5",