-
- Downloads
PHPcs support. Run "composer phpcs"
parent
d6254ee2
No related branches found
No related tags found
... | ... | @@ -11,13 +11,18 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6", | ||
"friendsofphp/php-cs-fixer": "^2.10", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "^1.0", | ||
"10up/wp_mock": "^0.3" | ||
"10up/wp_mock": "^0.3", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"JpkTest\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"phpcs": "vendor/bin/phpcs" | ||
} | ||
} |
This diff is collapsed.
phpcs.xml.dist
0 → 100644
Please register or sign in to comment