Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haihld58 committed Jan 3, 2018
1 parent 7ff8b6c commit 8011012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"install-standards": [
"\"vendor/bin/phpcs\" --config-set installed_paths ../../wp-coding-standards/wpcs",
"rm -rf vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility",
"cp -r vendor/wimg/php-compatibility/PHPCompatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards"
"cp -r vendor/wimg/php-compatibility/PHPCompatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards",
"rm -rf vendor/wimg/php-compatibility/PHPCompatibility"
],
"post-install-cmd": "@install-standards",
"post-update-cmd": "@install-standards"
Expand Down

0 comments on commit 8011012

Please sign in to comment.