61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "automattic/jetpack-protect-status",
|
|
"description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).",
|
|
"type": "jetpack-library",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"automattic/jetpack-connection": "^4.0.0",
|
|
"automattic/jetpack-plugins-installer": "^0.4.3",
|
|
"automattic/jetpack-sync": "^3.10.0",
|
|
"automattic/jetpack-protect-models": "^0.2.1",
|
|
"automattic/jetpack-plans": "^0.4.10"
|
|
},
|
|
"require-dev": {
|
|
"yoast/phpunit-polyfills": "^1.1.1",
|
|
"automattic/jetpack-changelogger": "^4.2.6",
|
|
"automattic/wordbless": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build-development": "echo 'Add your build step to composer.json, please!'",
|
|
"build-production": "echo 'Add your build step to composer.json, please!'",
|
|
"phpunit": [
|
|
"./vendor/phpunit/phpunit/phpunit --colors=always"
|
|
],
|
|
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
|
|
"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy",
|
|
"test-php": [
|
|
"@composer phpunit"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"roots/wordpress-core-installer": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"autotagger": true,
|
|
"branch-alias": {
|
|
"dev-trunk": "0.1.x-dev"
|
|
},
|
|
"changelogger": {
|
|
"link-template": "https://github.com/Automattic/jetpack-protect-status/compare/v${old}...v${new}"
|
|
},
|
|
"mirror-repo": "Automattic/jetpack-protect-status",
|
|
"textdomain": "jetpack-protect-status",
|
|
"version-constants": {
|
|
"::PACKAGE_VERSION": "src/class-status.php"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
|
}
|
|
}
|