From c98756ed7225a9c6c1902970e7c852808c3653be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:43:20 +0000 Subject: [PATCH] Update magento/magento-coding-standard requirement from ^33 to ^34 Updates the requirements on [magento/magento-coding-standard](https://github.com/magento/magento-coding-standard) to permit the latest version. - [Release notes](https://github.com/magento/magento-coding-standard/releases) - [Commits](https://github.com/magento/magento-coding-standard/compare/v33...v34) --- updated-dependencies: - dependency-name: magento/magento-coding-standard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25b4bd2..edc7f37 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Composer requirements for Alignet code standards checks", "type": "magento2-module", "require": { - "magento/magento-coding-standard": "^33", + "magento/magento-coding-standard": "^34", "pheromone/phpcs-security-audit": "^2.0", "squizlabs/php_codesniffer": "^3.5", "magento/php-compatibility-fork": "0.1.0"