Skip to content

Commit 3a08e8f

Browse files
committed
fix #1
1 parent 2d2944e commit 3a08e8f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "codeatcode/codeatcs",
3+
"type": "phpcodesniffer-standard",
4+
"description": "Codeat PHPCS ruleset for OOP WordPress development on PHP 7.0+, include phpmd ruleset",
5+
"license": "MIT",
6+
"require": {
7+
"php": "~7.0",
8+
"squizlabs/php_codesniffer": "^3.5.3",
9+
"phpcompatibility/php-compatibility": "*",
10+
"phpcompatibility/phpcompatibility-wp": "*",
11+
"wp-coding-standards/wpcs": "*",
12+
"slevomat/coding-standard": "^6.0.0"
13+
},
14+
"suggest": {
15+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
16+
},
17+
"require-dev": {
18+
"phpcsstandards/phpcsdevcs": "^1.0"
19+
}
20+
}

0 commit comments

Comments
 (0)