From a61b96324a5d02bf035f998ca82658020f663310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:03:37 +0000 Subject: [PATCH] Update acquia/coding-standards requirement from ^1.0 to ^2.0 Updates the requirements on [acquia/coding-standards](https://github.com/acquia/coding-standards-php) to permit the latest version. - [Release notes](https://github.com/acquia/coding-standards-php/releases) - [Commits](https://github.com/acquia/coding-standards-php/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: acquia/coding-standards 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 12e1e94..fa5bffb 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "symfony/yaml": "^4.4 || ^5 || ^6" }, "require-dev": { - "acquia/coding-standards": "^1.0", + "acquia/coding-standards": "^2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "ergebnis/composer-normalize": "~2.21.0", "phpro/grumphp-shim": "^1.5"