From 1f6f9aecbd579096afff3b78cd11329e276c943a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:01:44 +0000 Subject: [PATCH] build(deps-dev): update cdn77/coding-standard requirement Updates the requirements on [cdn77/coding-standard](https://github.com/cdn77/coding-standard) to permit the latest version. - [Release notes](https://github.com/cdn77/coding-standard/releases) - [Commits](https://github.com/cdn77/coding-standard/compare/6.0.0...7.2.5) --- updated-dependencies: - dependency-name: cdn77/coding-standard 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 4fce48d..f00e4c6 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "symfony/yaml": "^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "cdn77/coding-standard": "^6.0", + "cdn77/coding-standard": "^7.2", "ergebnis/composer-normalize": "^2.42", "infection/infection": "^0.28.1", "phpstan/extension-installer": "^1.0",