2
0
Fork 0
mirror of https://github.com/elementor/hello-theme.git synced 2026-03-05 14:52:51 +08:00
hello-theme/composer.json
2025-04-03 18:05:27 +08:00

20 lines
565 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"
},
"require": {
"elementor/wp-notifications-package": "1.1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"lint": "vendor/bin/phpcs --standard=./phpcs.xml --ignore=node_modules,vendor,build .",
"lint:fix": "vendor/bin/phpcbf --ignore=node_modules,vendor,build ."
}
}