Skip to content

Commit

Permalink
Tooling: Add PHPCS dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Archetyped committed Apr 3, 2020
1 parent d865df2 commit 1634edd
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"wp-coding-standards/wpcs": "^2.2",
"phpcompatibility/phpcompatibility-wp": "*"
}
}
340 changes: 340 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1634edd

Please sign in to comment.