We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2944e commit 3a08e8fCopy full SHA for 3a08e8f
composer.json
@@ -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