mirror of
https://github.com/elementor/hello-theme.git
synced 2026-03-05 14:52:51 +08:00
25 lines
749 B
JSON
25 lines
749 B
JSON
{
|
|
"name": "elementor/hello-theme",
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"phpunit/phpunit": "9.5.14",
|
|
"elementor/elementor-editor-testing": "0.0.3",
|
|
"yoast/phpunit-polyfills": "^1.0.1"
|
|
},
|
|
"require": {
|
|
"elementor/wp-notifications-package": "1.2.*"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "phpcs --extensions=php -p",
|
|
"lint:fix": "vendor/bin/phpcbf --ignore=node_modules,vendor,build .",
|
|
"test": "phpunit --testsuite hello-elementor",
|
|
"test:install": "bash ./bin/install-wp-tests-local.sh"
|
|
}
|
|
}
|