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 545b622 commit 43f2981Copy full SHA for 43f2981
composer.json
@@ -13,6 +13,13 @@
13
"email": "brylie@creativecommons.org"
14
}
15
],
16
+ "require-dev": {
17
+ "php-parallel-lint/php-parallel-lint": "^1.1",
18
+ "phpcompatibility/php-compatibility": "^9.1",
19
+ "squizlabs/php_codesniffer": "3.*",
20
+ "wp-coding-standards/wpcs": "^2.0",
21
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
22
+ },
23
"scripts": {
24
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
25
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
0 commit comments