2022-07-28 18:42:13 +00:00
|
|
|
{
|
|
|
|
"name": "automattic/jetpack-plugins-installer",
|
|
|
|
"description": "Handle installation of plugins from WP.org",
|
|
|
|
"type": "jetpack-library",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"require": {
|
2023-03-17 22:34:13 +00:00
|
|
|
"automattic/jetpack-a8c-mc-stats": "^1.4.19"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-18 16:40:00 +00:00
|
|
|
"yoast/phpunit-polyfills": "1.0.4",
|
2023-03-17 22:34:13 +00:00
|
|
|
"automattic/jetpack-changelogger": "^3.3.2"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"phpunit": [
|
|
|
|
"./vendor/phpunit/phpunit/phpunit --colors=always"
|
|
|
|
],
|
|
|
|
"test-php": [
|
|
|
|
"@composer phpunit"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-02 15:19:40 +00:00
|
|
|
"dev-trunk": "0.2.x-dev"
|
2022-07-28 18:42:13 +00:00
|
|
|
},
|
|
|
|
"mirror-repo": "Automattic/jetpack-plugins-installer",
|
|
|
|
"changelogger": {
|
|
|
|
"link-template": "https://github.com/Automattic/jetpack-plugins-installer/compare/v${old}...v${new}"
|
|
|
|
},
|
|
|
|
"autotagger": true,
|
|
|
|
"textdomain": "jetpack-plugins-installer"
|
|
|
|
}
|
|
|
|
}
|