Skip to content

Commit c696f57

Browse files
committed
refactor: Remove unused PHP CodeSniffer and Magento coding standard dependencies from composer.json
1 parent 744fb94 commit c696f57

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

composer.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,7 @@
5252
"phpspec/prophecy": "~1.0",
5353
"vlucas/phpdotenv": "^5.6",
5454
"rector/rector": "^2.4",
55-
"squizlabs/php_codesniffer": "^3.10",
56-
"magento/magento-coding-standard": "^31.0",
5755
"phpcompatibility/php-compatibility": "^9.3"
5856
},
59-
"prefer-stable": true,
60-
"scripts": {
61-
"post-install-cmd": [
62-
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
63-
],
64-
"post-update-cmd": [
65-
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../phpcompatibility/php-compatibility)"
66-
]
67-
}
68-
}
57+
"prefer-stable": true
58+
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)