diff --git a/composer.json b/composer.json index 3c59305..23e4755 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": "^31", "pheromone/phpcs-security-audit": "^2.0", "squizlabs/php_codesniffer": "^3.5", "phpcompatibility/php-compatibility": "^9.3" @@ -21,4 +21,4 @@ ], "check-style": "./vendor/bin/phpcs --standard=Magento2 --colors --report=summary app" } -} \ No newline at end of file +}