From 9bdafe1409ec7a8e3e6c905bd383c9380925c626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:32:53 +0000 Subject: [PATCH] feat(deps-dev): update magento/magento-coding-standard requirement 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/v40...v41) --- updated-dependencies: - dependency-name: magento/magento-coding-standard dependency-version: '41' 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 b487ed25..3c7de456 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "carthage-software/mago": "^1.46", "infection/infection": "^0.35.0", - "magento/magento-coding-standard": "^40", + "magento/magento-coding-standard": "^41", "phpunit/phpunit": "^11.5" }, "autoload-dev": {