2023-06-02 17:29:56 +03:00
|
|
|
{
|
|
|
|
"require-dev": {
|
|
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
|
|
"sirbrillig/phpcs-variable-analysis": "^2.8",
|
|
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
2024-11-27 20:59:21 +03:00
|
|
|
"wp-cli/i18n-command": "^2.4",
|
2023-06-02 17:29:56 +03:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
|
|
"php-stubs/wordpress-stubs": "^6.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
|
|
|
"phpcbf": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
|
|
|
|
"wp": "\"vendor/wp-cli/wp-cli/bin/wp\"",
|
|
|
|
"test:unit": "./vendor/bin/phpunit"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": true
|
|
|
|
}
|
|
|
|
}
|