57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "bitapps/wp-telemetry",
|
|
"description": "A simple telemetry library for WordPress.",
|
|
"type": "library",
|
|
"homepage": "https://bitapps.pro",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wp",
|
|
"WordPress",
|
|
"Telemetry"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Bit-Apps-Pro/wp-telemetry/issues",
|
|
"source": "https://github.com/Bit-Apps-Pro/wp-telemetry"
|
|
},
|
|
"authors": [
|
|
{
|
|
"email": "developer@bitcode.pro",
|
|
"name": "BitApps"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitApps\\WPTelemetry\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"BitApps\\WPTelemetry\\Tests\\": [
|
|
"tests/"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "./vendor/bin/pest",
|
|
"compat": "./vendor/bin/phpcs -p ./src --standard=PHPCompatibility --runtime-set testVersion 5.6-",
|
|
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
|
|
"post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"pestphp/pest": "3.x-dev",
|
|
"squizlabs/php_codesniffer": "*",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"friendsofphp/php-cs-fixer": "dev-master"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|