Skip to content

Commit

Permalink
roll back magento/magento-coding-standard ver from 33 to 31 as 33 is …
Browse files Browse the repository at this point in the history
…failing the process
  • Loading branch information
Chris Park committed Jun 19, 2024
1 parent 7bd307e commit 3b21762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -21,4 +21,4 @@
],
"check-style": "./vendor/bin/phpcs --standard=Magento2 --colors --report=summary app"
}
}
}

0 comments on commit 3b21762

Please sign in to comment.