Skip to content

Commit 5ebccb0

Browse files
committed
AC-1740: Add rectorphp as a dependency to magento-coding-standard and run it as part of the GitHub actions
1 parent 2915b71 commit 5ebccb0

File tree

2 files changed

+127
-2
lines changed

2 files changed

+127
-2
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",
16-
"squizlabs/php_codesniffer": "^3.6"
16+
"squizlabs/php_codesniffer": "^3.6",
17+
"rector/rector": "^0.12.4"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^9.5.8"

composer.lock

+125-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)