mirror of
https://ghproxy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-07-21 12:16:59 +08:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "elementor/pojo-accessibility",
|
|
"require-dev": {
|
|
"johnpbloch/wordpress-core": "^6.0",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"wp-coding-standards/wpcs": "^2.3.0",
|
|
"php-stubs/wordpress-stubs": "^6.0",
|
|
"elementor/eunit": "^0.0.10",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
"phpunit/php-code-coverage": "^9.2",
|
|
"wildwolf/wordpress-test-library-stubs": "^6.0",
|
|
"wp-phpunit/wp-phpunit": "^6.0",
|
|
"yoast/phpunit-polyfills": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "vendor/bin/phpcs --standard=./ruleset.xml ./**/*.php",
|
|
"lint:fix": "vendor/bin/phpcbf --standard=./ruleset.xml ./**/*.php",
|
|
"lint:report": "vendor/bin/phpcs --report=summary --standard=./ruleset.xml ./**/*.php"
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-curl": "*",
|
|
"ext-exif": "*",
|
|
"ext-libxml": "*",
|
|
"ext-zlib": "*",
|
|
"ext-dom": "*",
|
|
"ext-ctype": "*",
|
|
"ext-mbstring": "*",
|
|
"elementor/wp-notifications-package": "^1.2.0",
|
|
"elementor/wp-one-package": "1.0.59"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@github.com:elementor/eunit.git"
|
|
},
|
|
{
|
|
"type": "composer",
|
|
"url": "https://composer.elementor.com",
|
|
"only": [
|
|
"elementor/wp-one-package"
|
|
]
|
|
}
|
|
]
|
|
}
|