23 lines
726 B
JSON
23 lines
726 B
JSON
{
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"phpcompatibility/phpcompatibility-wp": "2.1.3",
|
|
"sirbrillig/phpcs-changed": "^2.5.1",
|
|
"sirbrillig/phpcs-variable-analysis": "^2.7.0",
|
|
"wp-cli/i18n-command": "^2.3.0",
|
|
"wp-coding-standards/wpcs": "^2.1.1"
|
|
},
|
|
"scripts": {
|
|
"php:lint": "vendor/bin/phpcs -p -s",
|
|
"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
|
|
"php:lint:autofix": "vendor/bin/phpcbf",
|
|
"php:lint:changed": "vendor/bin/phpcs-changed --git --git-unstaged",
|
|
"make-pot": "wp i18n make-pot . theme/languages/ofisuport.pot"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|