We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71798a commit 13afa92Copy full SHA for 13afa92
composer.json
@@ -14,7 +14,7 @@
14
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
15
},
16
"scripts": {
17
- "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",
18
- "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../.."
+ "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../..",
+ "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../.."
19
}
20
0 commit comments